minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1978ceb854
commit
9dc0b8222c
@ -289,6 +289,8 @@ button:active {
|
|||||||
|
|
||||||
/******************************************************** Toolbar ****/
|
/******************************************************** Toolbar ****/
|
||||||
|
|
||||||
|
/* NOTE: this is used as a reference element to place the toolbars
|
||||||
|
* relative to... */
|
||||||
.gallery .toolbar-anchor {
|
.gallery .toolbar-anchor {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
|
|
||||||
@ -386,7 +388,7 @@ button:active {
|
|||||||
/* collapsed toolbar (default)... */
|
/* collapsed toolbar (default)... */
|
||||||
/* XXX shoud the toolbar be vertical??? */
|
/* XXX shoud the toolbar be vertical??? */
|
||||||
.gallery .toolbar:not(.shown) {
|
.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;
|
left: 0;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user