From f6ca29f4b50663d41a56a399b1223d745a3b9d27 Mon Sep 17 00:00:00 2001 From: edshot99 Date: Fri, 13 Dec 2024 08:15:27 -0600 Subject: [PATCH] fix notice popup text going out of box mostly affecting upload messages --- release/eSixCafe.user.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release/eSixCafe.user.css b/release/eSixCafe.user.css index 711b859..5860485 100644 --- a/release/eSixCafe.user.css +++ b/release/eSixCafe.user.css @@ -2054,10 +2054,10 @@ if themep == classic { } div#notice { background-color: var(--bg)!important; - height: 2rem; - width: 20%!important; + /*height: 2rem;*/ + /*width: 20%!important;*/ top: 3rem!important; - left: 40%; + /*left: 40%;*/ margin-inline: auto; position: absolute; display:flex;