From 968df5a2e4c3f9bd8acd36afdf2fcbe9bafe4ffa Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Fri, 10 Jan 2020 22:15:42 -0500 Subject: [PATCH] Increased notice width --- content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.css b/content.css index 525fedc3..c76484ad 100644 --- a/content.css +++ b/content.css @@ -71,7 +71,7 @@ } .sponsorSkipNotice { - min-width: 300px; + min-width: 350px; background-color: rgba(28, 28, 28, 0.9); position: absolute; right: 5px;