summaryrefslogtreecommitdiff
path: root/web/source/css/profile.css
diff options
context:
space:
mode:
authorLibravatar f0x52 <f0x@cthu.lu>2023-02-14 11:58:57 +0100
committerLibravatar GitHub <noreply@github.com>2023-02-14 11:58:57 +0100
commit700ed7769f838df0ea8cb1d2f96ca208898dd2b6 (patch)
treeb41385f47239d891ca00ee95dfceae1a9b3c4864 /web/source/css/profile.css
parent[bugfix] Return empty result rather than 500 error when searching for blocked... (diff)
downloadgotosocial-700ed7769f838df0ea8cb1d2f96ca208898dd2b6.tar.xz
[chore] Webkit frontend fixes (#1492)v0.7.0-rc3
* fix webkit profile preview layout * general page layout
Diffstat (limited to 'web/source/css/profile.css')
-rw-r--r--web/source/css/profile.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/source/css/profile.css b/web/source/css/profile.css
index 5576610f1..288ca6955 100644
--- a/web/source/css/profile.css
+++ b/web/source/css/profile.css
@@ -30,7 +30,6 @@ main {
.profile {
background: $bg-accent;
display: grid;
- grid-template-rows: auto auto auto;
grid-template-columns: 100%;
gap: 0.5rem;
margin-bottom: 0.2rem;