mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 08:36:21 +01:00
Fix small-height videos too small
When it's too short, the native video player UI is cramped
This commit is contained in:
parent
bbccb8a79b
commit
bbec6f2de9
1 changed files with 3 additions and 0 deletions
|
@ -463,6 +463,9 @@ a.mention span {
|
|||
max-height: 100vh;
|
||||
max-height: 100dvh;
|
||||
}
|
||||
.carousel > * video {
|
||||
min-height: 80px;
|
||||
}
|
||||
|
||||
.carousel-top-controls {
|
||||
top: 0;
|
||||
|
|
Loading…
Reference in a new issue