mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 05:02:28 -06:00
minor layout adjustments
This commit is contained in:
parent
739cf67743
commit
a8b8d2db9c
|
|
@ -600,14 +600,14 @@ html .ayjump:focus {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
/* min-width: 10em; */
|
/* min-width: 10em; */
|
||||||
padding: .35em 0 .2em 0;
|
align-content: center;
|
||||||
|
padding: .2em;
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
}
|
}
|
||||||
#folder_search {
|
#folder_search {
|
||||||
font-size: medium;
|
|
||||||
max-width: 12em;
|
max-width: 12em;
|
||||||
height: 1.5em;
|
height: 1.8em;
|
||||||
margin: .2em 0 0 .5em;
|
margin-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
html.y #path {
|
html.y #path {
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
|
@ -4440,7 +4440,7 @@ html.e #detree {
|
||||||
}
|
}
|
||||||
|
|
||||||
#wfp{
|
#wfp{
|
||||||
margin: .2em .3em 0 -.3em;
|
margin: 0 .3em 0 -.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#spaceFree, #rtt_latency {
|
#spaceFree, #rtt_latency {
|
||||||
|
|
@ -4517,16 +4517,15 @@ html.e #detree {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.under {
|
.under {
|
||||||
top: calc(100% - .3em);
|
inset: calc(100% + .2em) 0 auto 0;
|
||||||
bottom: auto;
|
|
||||||
left: .5em;
|
|
||||||
right: 0;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
#srchfolder_div {
|
#srchfolder_div {
|
||||||
position: relative;
|
position: relative;
|
||||||
box-shadow: 0 0 2px var(--txt-sh);
|
display: flex;
|
||||||
|
height: max-content;
|
||||||
|
margin-left: .3em;
|
||||||
}
|
}
|
||||||
#srchfolder_div:focus-within .popup{
|
#srchfolder_div:focus-within .popup{
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,7 @@
|
||||||
<div id="wrap">
|
<div id="wrap">
|
||||||
|
|
||||||
<div id="pathBar">
|
<div id="pathBar">
|
||||||
<div style="display: flex;">
|
<div style="display: flex; align-items: center;">
|
||||||
<h2 id="wfp"></h2>
|
<h2 id="wfp"></h2>
|
||||||
<h1 id="path">
|
<h1 id="path">
|
||||||
{%- for n in vpnodes %}
|
{%- for n in vpnodes %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue