mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -06:00
new theme mobile fixes
This commit is contained in:
parent
295ead4149
commit
879ffda408
|
|
@ -3919,7 +3919,7 @@ html.e #wrap.thin {
|
||||||
top: 7.2em;
|
top: 7.2em;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
}
|
}
|
||||||
.ntree a + a {
|
html:not(.f) .ntree a + a {
|
||||||
padding: .6em .2em;
|
padding: .6em .2em;
|
||||||
}
|
}
|
||||||
#files tbody a {
|
#files tbody a {
|
||||||
|
|
@ -3931,7 +3931,7 @@ html.e #wrap.thin {
|
||||||
html:not(.e) #treeToggleBtn {
|
html:not(.e) #treeToggleBtn {
|
||||||
margin: .8em;
|
margin: .8em;
|
||||||
}
|
}
|
||||||
html:not(.e) #srv_name {
|
html:not(.e):not(.f) #srv_name {
|
||||||
padding-top: .9em;
|
padding-top: .9em;
|
||||||
padding-bottom: .6em;
|
padding-bottom: .6em;
|
||||||
margin-left: 2.9em;
|
margin-left: 2.9em;
|
||||||
|
|
@ -5293,12 +5293,12 @@ html.f {
|
||||||
}
|
}
|
||||||
.hl::after {
|
.hl::after {
|
||||||
content: "";
|
content: "";
|
||||||
left: calc(100% - 2.3em - 3px);
|
left: calc(100% - 2.7em);
|
||||||
margin-top: -.3em;
|
margin-top: -.3em;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
border: solid;
|
border: solid;
|
||||||
border-width: 2em 2em 0 0;
|
border-width: 2em 2em 0 .2em;
|
||||||
border-color: var(--btn-1-bg) transparent transparent var(--btn-1-bg);
|
border-color: var(--btn-1-bg) transparent transparent var(--btn-1-bg);
|
||||||
}
|
}
|
||||||
.hl:hover::after {
|
.hl:hover::after {
|
||||||
|
|
@ -5416,6 +5416,7 @@ html.fy {
|
||||||
}
|
}
|
||||||
.close:hover {
|
.close:hover {
|
||||||
background: rgb(207, 22, 28);
|
background: rgb(207, 22, 28);
|
||||||
|
color: var(--fg);
|
||||||
}
|
}
|
||||||
#up2k,
|
#up2k,
|
||||||
#files {
|
#files {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue