mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -06:00
misc css fixes
This commit is contained in:
parent
715e8ada11
commit
e02f8e4bd6
|
|
@ -1559,7 +1559,7 @@ html.y #ops svg circle {
|
||||||
}
|
}
|
||||||
#headerArea{
|
#headerArea{
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 1em;
|
margin: .7em;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
#srv_name{
|
#srv_name{
|
||||||
|
|
@ -3545,7 +3545,7 @@ html.d #treepar {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
#headerArea {
|
#headerArea {
|
||||||
margin: .2em;
|
margin: .5em;
|
||||||
}
|
}
|
||||||
html:not(.e) #ops {
|
html:not(.e) #ops {
|
||||||
margin: .5em;
|
margin: .5em;
|
||||||
|
|
@ -3564,7 +3564,7 @@ html.d #treepar {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
#folder_search {
|
#folder_search {
|
||||||
margin: .5em 1em 0 1em;
|
margin: .5em 1em 0 .2em;
|
||||||
}
|
}
|
||||||
#wrap {
|
#wrap {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|
@ -3619,8 +3619,8 @@ html.d #treepar {
|
||||||
}
|
}
|
||||||
html:not(.e) #opa_acc {
|
html:not(.e) #opa_acc {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: .5em;
|
top: .3em;
|
||||||
right: .5em;
|
right: .3em;
|
||||||
font-size: xx-large !important;
|
font-size: xx-large !important;
|
||||||
}
|
}
|
||||||
#s_nav .btn {
|
#s_nav .btn {
|
||||||
|
|
@ -3664,9 +3664,6 @@ html.d #treepar {
|
||||||
#pathBar {
|
#pathBar {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
#folder_search {
|
|
||||||
margin: .5em .5em 0 .5em ;
|
|
||||||
}
|
|
||||||
#path {
|
#path {
|
||||||
min-width: auto;
|
min-width: auto;
|
||||||
}
|
}
|
||||||
|
|
@ -4608,7 +4605,7 @@ html.e #detree {
|
||||||
#spaceUsed_bar, #spaceTotal_bar{
|
#spaceUsed_bar, #spaceTotal_bar{
|
||||||
height: .3em;
|
height: .3em;
|
||||||
border-radius: .3em;
|
border-radius: .3em;
|
||||||
background: var(--btn-h-bg);
|
background: var(--bg-u5);
|
||||||
}
|
}
|
||||||
#spaceUsed_bar{
|
#spaceUsed_bar{
|
||||||
background: var(--btn-1-bg);
|
background: var(--btn-1-bg);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue