[chore] Old browser fixes (#882)
* reasonable css sizing fallbacks * add browser field for bug report template
This commit is contained in:
parent
5249294a16
commit
3d9fb49895
|
@ -34,6 +34,15 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: Browser-Version
|
||||||
|
attributes:
|
||||||
|
label: Browser version
|
||||||
|
description: If this is a frontend bug, what browser(s) and versions are you using that show this bug?
|
||||||
|
placeholder: Firefox 103.0b9 (64-bit)
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: what-happened
|
id: what-happened
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -61,6 +61,7 @@ body {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
|
|
||||||
|
grid-template-columns: auto minmax(auto, 90ch) auto;
|
||||||
grid-template-columns: auto min(92%, 90ch) auto;
|
grid-template-columns: auto min(92%, 90ch) auto;
|
||||||
grid-template-rows: auto 1fr auto;
|
grid-template-rows: auto 1fr auto;
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,6 +43,7 @@ main {
|
||||||
.headerimage {
|
.headerimage {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
aspect-ratio: 3 / 1;
|
aspect-ratio: 3 / 1;
|
||||||
|
max-height: 30ch;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
box-shadow: $boxshadow;
|
box-shadow: $boxshadow;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue