html.fy: don't go outside of screen bounds to prevent scrolling horizontally

This commit is contained in:
Til Schmitter 2026-05-17 16:24:28 +02:00
parent 295ead4149
commit 6780a209c2

View file

@ -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 {