From aaaf66ccaeb9cfb32a58d622e0516a2f872a1004 Mon Sep 17 00:00:00 2001 From: mandorinn <91846001+mandorinn@users.noreply.github.com> Date: Wed, 17 Jul 2024 00:09:11 -0500 Subject: [PATCH] Fix news overflow Fixed the news notice overflowing and basically being unreadable, I took way too long to fix this, but it wasn't too big a deal so w/eeee --- release/eSixCafe.user.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/release/eSixCafe.user.css b/release/eSixCafe.user.css index 982e6e9..f74133c 100644 --- a/release/eSixCafe.user.css +++ b/release/eSixCafe.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name eSix Café @namespace mandorinn -@version 2.0.2 +@version 2.0.3 @description A muted and easy on the eyes style for e621. Big credits to Faucet for the bug reports so far, thank you! @author mandorinn [(www.mandorinn.dev)], faucet [(https://e621.net/users/601225)] @updateURL https://github.com/mandorinn/eSix-Cafe/raw/main/release/eSixCafe.user.css @@ -1997,6 +1997,9 @@ if themep == classic { margin-inline: auto; margin-bottom: 1rem; } + div#page div.site-notice:not(open) { + overflow:hidden; + } div#notice { background-color: var(--bg)!important; height: 2rem; @@ -2030,6 +2033,7 @@ if themep == classic { justify-content: center; width: 0; margin-top: 0px; + margin-right:.5rem; font-size: 0; } div#news .closebutton::before {