mirror of
https://github.com/9001/copyparty.git
synced 2026-06-22 05:53:29 -06:00
undo accidental bbox alignment change
This commit is contained in:
parent
e25573cc26
commit
f1c1e3ed47
|
|
@ -2696,8 +2696,8 @@ html.noscroll .sbar::-webkit-scrollbar {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.full-image img,
|
.full-image img,
|
||||||
.full-image video {
|
.full-image video {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
outline: none;
|
outline: none;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
@ -2706,8 +2706,9 @@ html.noscroll .sbar::-webkit-scrollbar {
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
max-height: calc(100% - 1.4em);
|
max-height: calc(100% - 1.4em);
|
||||||
margin-bottom: 1.4em;
|
margin-bottom: 1.4em;
|
||||||
|
vertical-align: middle;
|
||||||
transition: transform .23s, left .23s, top .23s, width .23s, height .23s;
|
transition: transform .23s, left .23s, top .23s, width .23s, height .23s;
|
||||||
}
|
}
|
||||||
.immersive .full-image img,
|
.immersive .full-image img,
|
||||||
.immersive .full-image video {
|
.immersive .full-image video {
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue