mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
min height of wrap fills screen
This commit is contained in:
parent
c8c84d345d
commit
76d9ae124a
|
|
@ -2015,7 +2015,7 @@ input.ssconf_v {
|
|||
|
||||
#wrap {
|
||||
padding: 0 .6em 10em .6em;
|
||||
min-height: 70vh;
|
||||
min-height: calc(100vh - 10em);
|
||||
}
|
||||
#tree {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue