Fix small-height videos too small

When it's too short, the native video player UI is cramped
This commit is contained in:
Lim Chee Aun 2022-12-20 13:21:53 +08:00
parent bbccb8a79b
commit bbec6f2de9

View file

@ -463,6 +463,9 @@ a.mention span {
max-height: 100vh;
max-height: 100dvh;
}
.carousel > * video {
min-height: 80px;
}
.carousel-top-controls {
top: 0;