mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-04-25 07:53:06 -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) {
|
@media only screen and (min-width: 975px) {
|
||||||
|
|
||||||
#player {
|
#player {
|
||||||
width: calc(100% - 20px);
|
width: calc(100% - 10px);
|
||||||
margin: 0 10px;
|
margin-left: 8px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
> .right {
|
> .right {
|
||||||
font-family: Roboto, Arial, sans-serif;
|
font-family: Roboto, Arial, sans-serif;
|
||||||
float: right;
|
float: right;
|
||||||
width: 70%;
|
width: 69%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#side-menu {
|
#side-menu {
|
||||||
|
|
@ -283,7 +283,8 @@
|
||||||
.Collapsible {
|
.Collapsible {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
width: 96%;
|
width: 98%;
|
||||||
|
min-width: 262px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Collapsible__trigger {
|
.Collapsible__trigger {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user