From dfa21068f430868c7f336d6e9d7d320811d8dac3 Mon Sep 17 00:00:00 2001 From: Ajay Date: Tue, 31 May 2022 02:55:44 -0400 Subject: [PATCH] Fix buttons being offset on guidelines notice --- public/content.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/public/content.css b/public/content.css index ded0e3f3..4ca8b8f8 100644 --- a/public/content.css +++ b/public/content.css @@ -156,9 +156,6 @@ } .sponsorSkipNoticeParent, .sponsorSkipNotice { - min-width: 350px; - max-width: 50%; - border-spacing: 5px 10px; padding-left: 5px; padding-right: 5px; @@ -166,6 +163,15 @@ border-collapse: unset; } +.sponsorSkipNoticeParent { + min-width: 350px; + max-width: 50%; +} + +.sponsorSkipNotice { + width: 100%; +} + .sponsorSkipNoticeTableContainer { background-color: rgba(28, 28, 28, 0.9); border-radius: 5px;