Updating stylelint dependencies.
This commit is contained in:
parent
4f2fbfc228
commit
634e894522
@ -10,4 +10,4 @@
|
||||
@use "video";
|
||||
@use "configuration/configuration";
|
||||
@use "admin/firewall/firewall";
|
||||
@use "list-rooms/list-rooms.scss";
|
||||
@use "list-rooms/list-rooms";
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -198,7 +198,7 @@
|
||||
}
|
||||
|
||||
// Bigger occupants sidebar when width is not big enough.
|
||||
@media screen and (max-width: 576px) {
|
||||
@media screen and (width <= 576px) {
|
||||
.chatroom .box-flyout .chatroom-body .occupants {
|
||||
min-width: 50%;
|
||||
}
|
||||
|
1721
package-lock.json
generated
1721
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -67,9 +67,9 @@
|
||||
"npm-run-all": "^4.1.5",
|
||||
"sass": "^1.78.0",
|
||||
"sharp": "^0.33.5",
|
||||
"stylelint": "^14.0.1",
|
||||
"stylelint-config-recommended-scss": "^5.0.1",
|
||||
"stylelint-config-standard-scss": "^2.0.1",
|
||||
"stylelint": "^16.9.0",
|
||||
"stylelint-config-recommended-scss": "^14.1.0",
|
||||
"stylelint-config-standard-scss": "^13.1.0",
|
||||
"svgo": "^3.3.2",
|
||||
"typescript": "^5.5.4",
|
||||
"typescript-eslint": "^8.5.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user