Fix buttons being offset on guidelines notice

This commit is contained in:
Ajay 2022-05-31 02:55:44 -04:00
parent fd75a33e50
commit dfa21068f4

View file

@ -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;