mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-08-20 15:44:06 -05:00
tweaked css to fix max checkbox moving
This commit is contained in:
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 {
|
||||
|
||||
Reference in New Issue
Block a user