This commit is contained in:
2024-12-03 17:03:42 -05:00
231 changed files with 18277 additions and 11174 deletions

View File

@ -34,7 +34,7 @@
min-height: max(30vh, 300px);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
@media screen and (orientation: portrait) and (width <= 767px) {
/* On small screen, and when portrait mode, we are giving the chat more vertical space.
It should go under the video.
*/