mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Update stylelint dependencies (#9483)
* chore: update stylelint * css fixes * css fixes * css fixes
This commit is contained in:
+1
-1
@@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user