From c791a03e03f501e527e1237d71bb688ec0326c40 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Sun, 2 Mar 2025 12:11:34 +0000 Subject: [PATCH] Adjust position of new icons to align correctly --- www/css/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/css/app.css b/www/css/app.css index e40657cc..0ca778e4 100644 --- a/www/css/app.css +++ b/www/css/app.css @@ -154,6 +154,10 @@ div:not(.panel-success, .alert-message) { padding: 0px 1em !important; } +#btnRandomArticle, #btnToggleTheme { + top: 2px; +} + #OPFSQuota { padding: 4px; width: -moz-fit-content;