From dfbcf2d2c7dcab33c347a7723eee5887aa497df1 Mon Sep 17 00:00:00 2001 From: blankie Date: Mon, 25 Dec 2023 21:34:38 +1100 Subject: [PATCH] Fix profile picture getting narrower https://hachyderm.io/@faithisleaping@anarres.family --- routes/css.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/routes/css.cpp b/routes/css.cpp index e93dd11..d65b648 100644 --- a/routes/css.cpp +++ b/routes/css.cpp @@ -203,6 +203,8 @@ svg { .user_page-profile { width: 7.5em; height: 7.5em; + min-width: 7.5em; + min-height: 7.5em; } .user_page-main_header_text { margin-top: auto;