refactor: make the message-container visible

on mobile
This commit is contained in:
Timothy Z. 2024-05-13 16:40:35 +03:00
parent 24741f3a42
commit 5b3bd9adc4

View file

@ -74,9 +74,5 @@
@media only screen and (max-width: @minimum) {
.videos-list-container {
overflow: visible;
.message-container {
display: none;
}
}
}