Fix x button position

This commit is contained in:
Ajay Ramachandran
2021-07-01 01:11:34 -04:00
parent a1722db8d5
commit 55b38dc30e

View File

@@ -124,6 +124,8 @@
bottom: 100px; bottom: 100px;
right: 10px; right: 10px;
padding-left: 5px;
padding-right: 5px;
} }
.sponsorSkipNoticeParent, .sponsorSkipNotice { .sponsorSkipNoticeParent, .sponsorSkipNotice {
@@ -131,8 +133,6 @@
border-radius: 5px; border-radius: 5px;
border-spacing: 5px 10px; border-spacing: 5px 10px;
padding-left: 5px;
padding-right: 5px;
border-collapse: unset; border-collapse: unset;
} }
@@ -241,7 +241,7 @@
float: right; float: right;
margin-right: 5px; margin-right: 10px;
display: flex; display: flex;
align-items: center; align-items: center;
} }