mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Fix video alignment
This commit is contained in:
parent
2a2b730b20
commit
23a6cdbe3b
1 changed files with 2 additions and 0 deletions
|
@ -477,9 +477,11 @@ a.mention span {
|
|||
height: auto;
|
||||
max-height: 100vh;
|
||||
max-height: 100dvh;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.carousel > * video {
|
||||
min-height: 80px;
|
||||
max-height: 80vh; /* prevent other UI elements from obscuring video */
|
||||
}
|
||||
|
||||
.carousel-top-controls {
|
||||
|
|
Loading…
Reference in a new issue