mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-03-21 17:24:14 -05:00
tweaked css to fix max checkbox moving
This commit is contained in:
parent
0fe6c96d5e
commit
e7d27ca8c5
File diff suppressed because one or more lines are too long
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user