check the mime type of the collections file field and updated field styles to minimize the layout shifts

This commit is contained in:
Gani Georgiev
2023-10-15 06:49:32 +03:00
parent 007b6a04ff
commit c0fa53a2ab
34 changed files with 111 additions and 99 deletions
+3 -1
View File
@@ -91,6 +91,8 @@
padding: var(--xsSpacing);
border-bottom-left-radius: var(--baseRadius);
border-bottom-right-radius: var(--baseRadius);
border-top: 2px solid transparent;
transition: border-color var(--baseAnimationSpeed);
}
.schema-field-options-footer {
@@ -139,7 +141,7 @@
}
}
.schema-field-options {
border-top: 2px solid var(--baseAlt2Color);
border-top-color: var(--baseAlt2Color);
}
}
&.deleted {