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;