diff options
author | 2022-11-15 15:35:24 +0100 | |
---|---|---|
committer | 2022-11-15 15:35:24 +0100 | |
commit | fece7fa70699d0844764131e65253eb409cfd3d2 (patch) | |
tree | cb189f01d8cbb562ebe66828f6bb16825d1a7b1d /web/source/css | |
parent | [feature] Serialize local account role via API, and show it via web view (#1045) (diff) | |
download | gotosocial-fece7fa70699d0844764131e65253eb409cfd3d2.tar.xz |
[chore] fix profile spacing on very small screens (#1050)
Diffstat (limited to 'web/source/css')
-rw-r--r-- | web/source/css/profile.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/source/css/profile.css b/web/source/css/profile.css index 42be7da63..0be731c72 100644 --- a/web/source/css/profile.css +++ b/web/source/css/profile.css @@ -171,6 +171,7 @@ main { } .basic { + margin-top: calc(-22vw + 1rem); height: initial; display: flex; flex-direction: column; |