mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
minor css fix for html.f
This commit is contained in:
parent
998a9b86a3
commit
23683ff9eb
|
|
@ -1446,7 +1446,7 @@ html:not(.e):not(.d) #up_quick .btn.on {
|
|||
}
|
||||
#wfm .x {
|
||||
font-size: 1.5em;
|
||||
line-height: .65em;
|
||||
line-height: .68em !important;
|
||||
}
|
||||
#wtoggle,
|
||||
#wtoggle * {
|
||||
|
|
@ -3706,6 +3706,7 @@ summary {
|
|||
}
|
||||
.x {
|
||||
font-size: 1.5em;
|
||||
font-family: initial;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -3990,7 +3991,7 @@ html.d #treepar {
|
|||
right: .6em;
|
||||
z-index: 11;
|
||||
max-width: 80%;
|
||||
overflow-x: auto;
|
||||
/*overflow-x: auto;*/
|
||||
}
|
||||
#pathBar.thin .popup {
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Reference in a new issue