mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32:26 -06:00
bbox fix: make images fill out full screen in immersive mode
This commit is contained in:
parent
5a6fdeb9c1
commit
12ca808660
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue