summaryrefslogtreecommitdiff
path: root/web/source/css
diff options
context:
space:
mode:
authorLibravatar f0x52 <f0x@cthu.lu>2022-11-15 15:35:24 +0100
committerLibravatar GitHub <noreply@github.com>2022-11-15 15:35:24 +0100
commitfece7fa70699d0844764131e65253eb409cfd3d2 (patch)
treecb189f01d8cbb562ebe66828f6bb16825d1a7b1d /web/source/css
parent[feature] Serialize local account role via API, and show it via web view (#1045) (diff)
downloadgotosocial-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.css1
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;