From 56a1fcc347ab402bb83d75953e2b2e7d502347d3 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Mon, 23 Sep 2024 14:33:29 -0500 Subject: [PATCH] add flex shrinkless var to profile sidebar --- core/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/style.css b/core/style.css index 2fedc7f..74663a3 100644 --- a/core/style.css +++ b/core/style.css @@ -1573,9 +1573,8 @@ body.profile .profile-box { gap: 4px; } -body.profile .profile-box .mainbar { - flex-grow: 1; -} +body.profile .profile-box .mainbar { flex-grow: 1; } +body.profile .profile-box .sidebar { flex-shrink: 0; } body.profile .profile-box .mainbar, body.profile .profile-box .sidebar {