diff options
author | 2022-12-01 17:28:11 +0100 | |
---|---|---|
committer | 2022-12-01 17:28:11 +0100 | |
commit | 85524f8b4ba3b5c4865d7609662edca07feda069 (patch) | |
tree | b35967154f0a10eef08c6ad4361c17a9f0be9562 | |
parent | [bugfix] Use case-insensitive selects when getting remote accounts by usernam... (diff) | |
download | gotosocial-85524f8b4ba3b5c4865d7609662edca07feda069.tar.xz |
[bugfix/frontend] fix profile grid scaling in webkit based browsers (#1193)
-rw-r--r-- | web/source/settings/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/source/settings/style.css b/web/source/settings/style.css index 590db1982..7a71c3278 100644 --- a/web/source/settings/style.css +++ b/web/source/settings/style.css @@ -311,6 +311,7 @@ section.with-sidebar > div { .overview { display: grid; grid-template-columns: 70% 30%; + grid-template-rows: 100%; .files { width: 100%; |