diff options
| author | 2022-10-03 18:26:01 +0200 | |
|---|---|---|
| committer | 2022-10-03 18:26:01 +0200 | |
| commit | 3d9fb4989513e646ca27a253985e18c8922c05c3 (patch) | |
| tree | d5717609b318c356d8033891ddcf4981cb672b7a /web/source/css | |
| parent | [chore] Bundler restructure (#880) (diff) | |
| download | gotosocial-3d9fb4989513e646ca27a253985e18c8922c05c3.tar.xz | |
[chore] Old browser fixes (#882)
* reasonable css sizing fallbacks
* add browser field for bug report template
Diffstat (limited to 'web/source/css')
| -rw-r--r-- | web/source/css/base.css | 1 | ||||
| -rw-r--r-- | web/source/css/profile.css | 1 | 
2 files changed, 2 insertions, 0 deletions
| diff --git a/web/source/css/base.css b/web/source/css/base.css index d8a79685e..24b6e4bcc 100644 --- a/web/source/css/base.css +++ b/web/source/css/base.css @@ -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;  } diff --git a/web/source/css/profile.css b/web/source/css/profile.css index 01ec077ac..8b142e5c8 100644 --- a/web/source/css/profile.css +++ b/web/source/css/profile.css @@ -43,6 +43,7 @@ main {  	.headerimage {  		width: 100%;  		aspect-ratio: 3 / 1; +		max-height: 30ch;  		overflow: hidden;  		box-shadow: $boxshadow; | 
