Skip to content

Commit a89d386

Browse files
committed
UX: Tweak video controls background in fullscreen viewer
Signed-off-by: Michael Mayer <[email protected]>
1 parent eb39662 commit a89d386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/css/lightbox.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -471,9 +471,9 @@
471471
border-radius: 0;
472472
z-index: 10;
473473
margin: 0;
474-
padding: 24px 12px 12px 12px;
474+
padding: 20px 12px 12px 12px;
475475
gap: 6px;
476-
background: linear-gradient(0deg, #000000CC, #00000000);
476+
background: linear-gradient(0deg, #000000BF, #00000000);
477477
}
478478

479479
.p-lightbox__controls .video-label,

0 commit comments

Comments
 (0)