From 5904019048e76fafbf87401f9926392c1fe9be4d Mon Sep 17 00:00:00 2001 From: Lephe Date: Thu, 8 Jul 2021 10:57:55 +0200 Subject: [PATCH] css: fix the size of XP bars --- app/static/css/widgets.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/static/css/widgets.css b/app/static/css/widgets.css index 0f87cb6..8838117 100644 --- a/app/static/css/widgets.css +++ b/app/static/css/widgets.css @@ -35,6 +35,7 @@ .profile-xp { height: 10px; min-width: 96px; + max-width: 96px; background: var(--background); border: var(--border); }