summaryrefslogtreecommitdiff
path: root/web/source/css/profile.css
diff options
context:
space:
mode:
authorLibravatar f0x52 <f0x@cthu.lu>2023-01-05 09:38:01 +0100
committerLibravatar GitHub <noreply@github.com>2023-01-05 09:38:01 +0100
commitde74cc6e9407bb064c9d9c3df4f7355d5692f101 (patch)
tree793481ec96b8725a7d9b6d9fd0e5871d8ba17b62 /web/source/css/profile.css
parent[feature] HTTP request throttling middleware (#1297) (diff)
downloadgotosocial-de74cc6e9407bb064c9d9c3df4f7355d5692f101.tar.xz
[bugfix/frogend] replace ch units to prevent layout shift on page load (#1301)
Diffstat (limited to 'web/source/css/profile.css')
-rw-r--r--web/source/css/profile.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/source/css/profile.css b/web/source/css/profile.css
index f371cfae7..3de2f4387 100644
--- a/web/source/css/profile.css
+++ b/web/source/css/profile.css
@@ -44,7 +44,7 @@ main {
.headerimage {
width: 100%;
aspect-ratio: 3 / 1;
- max-height: 30ch;
+ max-height: 16rem;
overflow: hidden;
box-shadow: $boxshadow;