minor ui adjustments

This commit is contained in:
Gani Georgiev
2023-03-26 22:49:33 +03:00
parent 0acf8198a4
commit b81112f82e
32 changed files with 45 additions and 39 deletions
+3
View File
@@ -144,6 +144,9 @@ table {
.col-type-text {
max-width: 300px;
}
.col-type-editor {
min-width: 250px;
}
.col-type-select {
min-width: 150px;
}
+2 -2
View File
@@ -64,9 +64,9 @@
--activeAnimationSpeed: 70ms;
--entranceAnimationSpeed: 250ms;
--baseRadius: 6px;
--baseRadius: 4px;
--lgRadius: 12px;
--btnRadius: 6px;
--btnRadius: 4px;
// https://developer.mozilla.org/en-US/docs/Web/CSS/accent-color
accent-color: var(--primaryColor);