summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar f0x52 <f0x@cthu.lu>2022-12-01 17:28:11 +0100
committerLibravatar GitHub <noreply@github.com>2022-12-01 17:28:11 +0100
commit85524f8b4ba3b5c4865d7609662edca07feda069 (patch)
treeb35967154f0a10eef08c6ad4361c17a9f0be9562
parent[bugfix] Use case-insensitive selects when getting remote accounts by usernam... (diff)
downloadgotosocial-85524f8b4ba3b5c4865d7609662edca07feda069.tar.xz
[bugfix/frontend] fix profile grid scaling in webkit based browsers (#1193)
-rw-r--r--web/source/settings/style.css1
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%;