mirror of
https://github.com/9001/copyparty.git
synced 2026-06-22 05:53:29 -06:00
@mechabubba 's patch
This commit is contained in:
parent
4b95cf6acc
commit
539c915a13
|
|
@ -625,7 +625,7 @@ html .ayjump:focus-visible {
|
||||||
margin: 0 -.6em;
|
margin: 0 -.6em;
|
||||||
}
|
}
|
||||||
#pathBar.shifted {
|
#pathBar.shifted {
|
||||||
padding-left: 3.7em;
|
padding-left: 3.75em;
|
||||||
}
|
}
|
||||||
#path {
|
#path {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
@ -635,7 +635,7 @@ html .ayjump:focus-visible {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 .5em 0 0;
|
margin: 0 .5em 0 0;
|
||||||
width: calc(100% - .5em);
|
width: calc(100% - .5em);
|
||||||
padding: 0 .2em;
|
padding: 0 .25em;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
|
@ -2195,17 +2195,17 @@ input.ssconf_v {
|
||||||
}
|
}
|
||||||
|
|
||||||
#wfp{
|
#wfp{
|
||||||
margin: 0 .3em 0 0;
|
margin: 0 .0em 0 0;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
#wfp .btn {
|
#wfp .btn {
|
||||||
min-width: 1.3em;
|
min-width: 2em;
|
||||||
width: 1.3em;
|
width: 2em;
|
||||||
height: 1.3em;
|
height: 2em;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
padding: .15em;
|
padding: .2em;
|
||||||
margin: 0 .1em 0 0;
|
margin: 0 .6em 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#files td div:not(.imgcontainer) span {
|
#files td div:not(.imgcontainer) span {
|
||||||
|
|
@ -4196,7 +4196,7 @@ html.d #treepar {
|
||||||
padding-top: .45em;
|
padding-top: .45em;
|
||||||
}
|
}
|
||||||
#pathBar.thin.shifted {
|
#pathBar.thin.shifted {
|
||||||
padding-left: 3.5em;
|
padding-left: 3.75em;
|
||||||
}
|
}
|
||||||
#pathBar.thin #actionsArea {
|
#pathBar.thin #actionsArea {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
@ -4408,7 +4408,7 @@ html.e #wrap.thin .ghead {
|
||||||
#pathBar.shifted,
|
#pathBar.shifted,
|
||||||
#pathBar.thin,
|
#pathBar.thin,
|
||||||
#pathBar.thin.shifted {
|
#pathBar.thin.shifted {
|
||||||
padding-left: 3em;
|
padding-left: 3.95em;
|
||||||
}
|
}
|
||||||
#wrap.thin .ghead {
|
#wrap.thin .ghead {
|
||||||
top: 7em;
|
top: 7em;
|
||||||
|
|
|
||||||
|
|
@ -46,16 +46,16 @@
|
||||||
<div id="wrap">
|
<div id="wrap">
|
||||||
|
|
||||||
<div id="pathBar" class="normalrcm shifted">
|
<div id="pathBar" class="normalrcm shifted">
|
||||||
<h2 id="wfp">
|
<div id="wfp">
|
||||||
<a href="#" id="gop" class="btn"></a>
|
<a href="#" id="gop" class="btn"></a>
|
||||||
<a href="#" id="gon" class="btn"></a>
|
<a href="#" id="gon" class="btn"></a>
|
||||||
<a href="#" id="gou" class="btn"></a>
|
<a href="#" id="gou" class="btn"></a>
|
||||||
</h2>
|
</div>
|
||||||
<h1 id="path">
|
<div id="path">
|
||||||
{%- for n in vpnodes %}
|
{%- for n in vpnodes %}
|
||||||
<a href="{{ r }}/{{ n[0] }}">{{ n[1] }}</a>
|
<a href="{{ r }}/{{ n[0] }}">{{ n[1] }}</a>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
</h1>
|
</div>
|
||||||
|
|
||||||
<div id="actionsArea">
|
<div id="actionsArea">
|
||||||
<div id="ops">
|
<div id="ops">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue