[chore] Old browser fixes (#882)

* reasonable css sizing fallbacks

* add browser field for bug report template
This commit is contained in:
f0x52
2022-10-03 18:26:01 +02:00
committed by GitHub
parent 5249294a16
commit 3d9fb49895
3 changed files with 11 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ body {
min-height: 100%;
min-width: 100%;
grid-template-columns: auto minmax(auto, 90ch) auto;
grid-template-columns: auto min(92%, 90ch) auto;
grid-template-rows: auto 1fr auto;
}

View File

@@ -43,6 +43,7 @@ main {
.headerimage {
width: 100%;
aspect-ratio: 3 / 1;
max-height: 30ch;
overflow: hidden;
box-shadow: $boxshadow;