bbox fix: make images fill out full screen in immersive mode

This commit is contained in:
Til Schmitter 2026-05-09 19:19:10 +02:00
parent 5a6fdeb9c1
commit 12ca808660

View file

@ -2562,6 +2562,7 @@ html.noscroll .sbar::-webkit-scrollbar {
vertical-align: middle;
transition: transform .23s, left .23s, top .23s, width .23s, height .23s;
}
.immersive .full-image img,
.immersive .full-image video {
max-height: 100%;
margin-bottom: 0;