tweaked css to fix max checkbox moving

This commit is contained in:
Daniel 2022-02-07 11:36:05 -05:00
parent 0fe6c96d5e
commit e7d27ca8c5
3 changed files with 6 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -24,8 +24,8 @@ a {
@media only screen and (min-width: 975px) {
#player {
width: calc(100% - 20px);
margin: 0 10px;
width: calc(100% - 10px);
margin-left: 8px;
text-align: center;
}

View File

@ -39,7 +39,7 @@
> .right {
font-family: Roboto, Arial, sans-serif;
float: right;
width: 70%;
width: 69%;
}
#side-menu {
@ -283,7 +283,8 @@
.Collapsible {
margin-bottom: 5px;
margin-top: 5px;
width: 96%;
width: 98%;
min-width: 262px;
}
.Collapsible__trigger {