Updating stylelint dependencies.

This commit is contained in:
John Livingston
2024-09-10 10:38:45 +02:00
parent 4f2fbfc228
commit 634e894522
5 changed files with 672 additions and 1071 deletions

View File

@ -10,4 +10,4 @@
@use "video";
@use "configuration/configuration";
@use "admin/firewall/firewall";
@use "list-rooms/list-rooms.scss";
@use "list-rooms/list-rooms";

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.
*/