From efaf32bab06b3489a2d077d193a266fcb80fdbc9 Mon Sep 17 00:00:00 2001 From: Arzumify Date: Tue, 2 Jul 2024 18:17:14 +0100 Subject: [PATCH] Remove the ugly space-evenly from the pell status bar --- static/css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 1fb83e9..0f0cf61 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -424,7 +424,6 @@ body { .pell-actionbar { display: flex; - justify-content: space-evenly; margin-bottom: 5px; }