tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1f3adbbfb1
commit
ebfb04845a
@ -640,16 +640,19 @@ body {
|
||||
|
||||
position: sticky;
|
||||
top: var(--bar-size);
|
||||
height: var(--bar-size);
|
||||
|
||||
background: rgba(0,0,0,0.1);
|
||||
}
|
||||
.gallery .loading>div:before,
|
||||
.gallery .loading>div:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: calc(var(--bar-size) * -1);
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: var(--bar-size);
|
||||
opacity: 0.3;
|
||||
opacity: 0.5;
|
||||
}
|
||||
.gallery .loading>div:after {
|
||||
background: gray;
|
||||
|
||||
@ -90,7 +90,7 @@ For more info see: <a href="./README.md">README.md</a>
|
||||
<h3>Settings</h3>
|
||||
|
||||
<button onclick="gallery.toolbar.movable()">toggle toolbar drag</button>
|
||||
<button onclick="gallery.toggleLoading()">toggle splash screen</button>
|
||||
<button onclick="gallery.toggleLoading()">toggle loading screen</button>
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user