mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 13:12:26 -06:00
html.fy: don't go outside of screen bounds to prevent scrolling horizontally
This commit is contained in:
parent
295ead4149
commit
6780a209c2
|
|
@ -3955,6 +3955,12 @@ html.e #wrap.thin {
|
||||||
top: 1em;
|
top: 1em;
|
||||||
right: 1em;
|
right: 1em;
|
||||||
}
|
}
|
||||||
|
html.fy {
|
||||||
|
#actionsArea,
|
||||||
|
#pathBar.thin #actionsArea {
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
#folder_search {
|
#folder_search {
|
||||||
margin: .5em 1em 0 .2em;
|
margin: .5em 1em 0 .2em;
|
||||||
}
|
}
|
||||||
|
|
@ -5452,9 +5458,6 @@ html.fy {
|
||||||
background: var(--bg-u2);
|
background: var(--bg-u2);
|
||||||
border-bottom: var(--btn-bb);
|
border-bottom: var(--btn-bb);
|
||||||
}
|
}
|
||||||
.thin #pathBar {
|
|
||||||
margin-right: -1.3em;
|
|
||||||
}
|
|
||||||
#ops,
|
#ops,
|
||||||
#path,
|
#path,
|
||||||
.ghead {
|
.ghead {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue