Compare commits

...

2 Commits

Author SHA1 Message Date
33b120d430 tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2023-08-19 00:09:51 +03:00
5324401d50 minor bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2023-08-19 00:05:24 +03:00

View File

@ -1404,6 +1404,8 @@ stretching in width... */
-1px -1px 1px rgba(255, 255, 255, 0.2),
1px 1px 2px rgba(0, 0, 0, 0.3);
backdrop-filter: blur(15px);
opacity: 0.9;
}
.overlay-info>* {
@ -1434,7 +1436,7 @@ stretching in width... */
.overlay-info.minimal {
display: block;
/* XXX is this correct??? */
z-index: 1000,
z-index: 1000;
}
.overlay-info.hidden {
background: transparent;