updated jsvm types and removed unused helper

This commit is contained in:
Gani Georgiev
2023-10-14 19:14:18 +03:00
parent 1f6ab24b34
commit 866d38caf9
41 changed files with 3320 additions and 3311 deletions
+2 -2
View File
@@ -103,7 +103,7 @@
display: flex;
flex-direction: column;
width: var(--pageSidebarWidth);
min-width: 220px;
min-width: var(--pageSidebarWidth);
max-width: 400px;
flex-shrink: 0;
flex-grow: 0;
@@ -222,7 +222,7 @@
--sidebarListItemMargin: 5px;
}
@media screen and (max-width: 1100px) {
min-width: 195px;
min-width: 200px;
& > * {
padding-left: 10px;
padding-right: 10px;
+1 -7
View File
@@ -163,17 +163,11 @@ table {
// field name specific columns
td.col-field-id,
td.col-field-username {
width: 0;
white-space: nowrap;
}
td.col-field-username,
.col-field-created,
.col-field-updated {
@extend %minColWidth;
}
.col-field-id {
min-width: 175px;
}
tr {
outline: 0;
+1 -1
View File
@@ -58,7 +58,7 @@
--lgWrapperWidth: 1200px;
--appSidebarWidth: 75px;
--pageSidebarWidth: 235px;
--pageSidebarWidth: 230px;
--baseAnimationSpeed: 150ms;
--activeAnimationSpeed: 70ms;