mirror of
https://github.com/thepaperpilot/The-Modding-Tree.git
synced 2025-02-07 18:41:36 +00:00
Hid left panel on small screens
This commit is contained in:
parent
2be4b24a02
commit
5d4558182a
1 changed files with 7 additions and 0 deletions
|
@ -716,3 +716,10 @@ button > * {
|
|||
box-shadow: 0 0 0 0 rgba(0,0,0,0);
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 720px) {
|
||||
.col.right {
|
||||
min-width: 100%;
|
||||
background: var(--background);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue