mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-24 06:24:42 +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: 100vh;
|
||||||
max-height: 100dvh;
|
max-height: 100dvh;
|
||||||
}
|
}
|
||||||
|
.carousel > * video {
|
||||||
|
min-height: 80px;
|
||||||
|
}
|
||||||
|
|
||||||
.carousel-top-controls {
|
.carousel-top-controls {
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue