mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -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;
|
||||
right: 1em;
|
||||
}
|
||||
html.fy {
|
||||
#actionsArea,
|
||||
#pathBar.thin #actionsArea {
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
#folder_search {
|
||||
margin: .5em 1em 0 .2em;
|
||||
}
|
||||
|
|
@ -5452,9 +5458,6 @@ html.fy {
|
|||
background: var(--bg-u2);
|
||||
border-bottom: var(--btn-bb);
|
||||
}
|
||||
.thin #pathBar {
|
||||
margin-right: -1.3em;
|
||||
}
|
||||
#ops,
|
||||
#path,
|
||||
.ghead {
|
||||
|
|
|
|||
Loading…
Reference in a new issue