updated jsvm types and removed unused helper
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
--lgWrapperWidth: 1200px;
|
||||
|
||||
--appSidebarWidth: 75px;
|
||||
--pageSidebarWidth: 235px;
|
||||
--pageSidebarWidth: 230px;
|
||||
|
||||
--baseAnimationSpeed: 150ms;
|
||||
--activeAnimationSpeed: 70ms;
|
||||
|
||||
Reference in New Issue
Block a user