Update stylelint dependencies (#9483)

* chore: update stylelint

* css fixes

* css fixes

* css fixes
This commit is contained in:
Denys Vuika
2024-03-28 10:36:47 -04:00
committed by GitHub
parent 66ec68551f
commit 88ebd225bd
14 changed files with 461 additions and 370 deletions
@@ -81,7 +81,7 @@ adf-content-node-selector {
}
}
@media screen and (max-width: 768px) {
@media screen and (width <= 768px) {
.adf-content-node-selector-dialog {
height: 100vh;
}
@@ -140,7 +140,7 @@
}
}
@media only screen and (min-device-width: 480px) {
@media only screen and (device-width >= 480px) {
.adf-content-userinfo-menu.adf-userinfo-menu {
max-height: 450px;
min-width: 450px;
@@ -18,7 +18,7 @@
color: var(--adf-theme-foreground-text-color-054);
}
@media screen and (max-width: 380px) {
@media screen and (width <= 380px) {
.adf-folder-dialog-title {
margin: 0;
}
@@ -39,7 +39,6 @@
&-content {
flex: 1 1 auto;
position: relative;
overflow-y: auto;
max-height: 100vh;
overflow: hidden;
padding: 2px 26px;
@@ -80,10 +80,15 @@
}
}
[adfUploadDialogLeft] .adf-upload-dialog { left: 25px; }
[adfUploadDialogRight] .adf-upload-dialog { right: 25px; }
[adfUploadDialogLeft] .adf-upload-dialog {
left: 25px;
}
@media screen and (min-width: 380px) and (max-width: 768px) {
[adfUploadDialogRight] .adf-upload-dialog {
right: 25px;
}
@media screen and (width >= 380px) and (width <= 768px) {
.adf-upload-dialog {
width: 60%;
}
@@ -93,7 +98,7 @@
}
}
@media screen and (max-width: 380px) {
@media screen and (width <= 380px) {
.adf-upload-dialog {
width: 85%;
}
@@ -1,7 +1,6 @@
.adf-version-comparison-content {
display: flex;
align-items: center;
align-content: center;
justify-content: space-around;
}
@@ -21,7 +21,7 @@
width: 500px;
opacity: 0.5;
@media screen and (max-width: 629px) {
@media screen and (width <= 629px) {
width: 97%;
}
}
@@ -76,8 +76,7 @@
mat-card-content {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
overflow: hidden auto;
}
mat-card-actions {