minor tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-09-19 12:48:49 +03:00
parent 1978ceb854
commit 9dc0b8222c

View File

@ -289,6 +289,8 @@ button:active {
/******************************************************** Toolbar ****/
/* NOTE: this is used as a reference element to place the toolbars
* relative to... */
.gallery .toolbar-anchor {
position: sticky;
@ -386,7 +388,7 @@ button:active {
/* collapsed toolbar (default)... */
/* XXX shoud the toolbar be vertical??? */
.gallery .toolbar:not(.shown) {
translate: calc(-100% + var(--toolbar-button-size) + var(--padding)) 0;
translate: calc(-100% + var(--toolbar-button-size) + var(--padding) / 2) 0;
left: 0;