mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
layout / theme fixes
This commit is contained in:
parent
09bccf70a8
commit
33d7cf05e1
|
|
@ -1709,7 +1709,8 @@ html {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
margin: .2em;
|
margin: .2em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
white-space: pre;
|
text-wrap-mode: wrap;
|
||||||
|
white-space-collapse: preserve;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -.12em;
|
top: -.12em;
|
||||||
}
|
}
|
||||||
|
|
@ -2491,15 +2492,14 @@ html.y #bbox-overlay figcaption a {
|
||||||
#s_divider{
|
#s_divider{
|
||||||
background: var(--a);
|
background: var(--a);
|
||||||
width: 1px;
|
width: 1px;
|
||||||
margin: 1em .5em;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
#s_nav .btn::after{
|
#s_nav .btn::after{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: ">";
|
content: ">";
|
||||||
right: .5em;
|
right: .5em;
|
||||||
}
|
}
|
||||||
#s_nav .btn,
|
#s_nav .btn{
|
||||||
#s_list{
|
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
}
|
}
|
||||||
.setting{
|
.setting{
|
||||||
|
|
@ -3388,14 +3388,14 @@ html.d #treepar {
|
||||||
margin: .2em;
|
margin: .2em;
|
||||||
}
|
}
|
||||||
#ops {
|
#ops {
|
||||||
margin: .5em;
|
margin: .5em !important;
|
||||||
border-radius: .3em;
|
border-radius: .3em !important;
|
||||||
}
|
}
|
||||||
#tree {
|
#tree {
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
}
|
}
|
||||||
#widget, #wrap {
|
#widget, #wrap {
|
||||||
margin-left: 0;
|
margin-left: 0 !important;
|
||||||
}
|
}
|
||||||
#pathBar {
|
#pathBar {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
@ -3935,7 +3935,6 @@ html.e #ops a {
|
||||||
aspect-ratio: 1/1;
|
aspect-ratio: 1/1;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
z-index: 4;
|
|
||||||
}
|
}
|
||||||
html.e #blogout:focus,
|
html.e #blogout:focus,
|
||||||
html.e #ops a:focus {
|
html.e #ops a:focus {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue