Fix: \n 1. Rename database to demo \n 2. Improve card styles for ERP Admin pages
This commit is contained in:
@@ -68,6 +68,9 @@
|
||||
}
|
||||
|
||||
/* Page Filters */
|
||||
#formFilters {
|
||||
width: fit-content;
|
||||
}
|
||||
#formFilters * {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
overflow-x: auto;
|
||||
padding: 1vh;
|
||||
max-width: 95vw; /* min(calc(1vh * 80), calc(1vw * 90)); */
|
||||
width: fit-content;
|
||||
width: min-content;
|
||||
margin: 1vh 2vh;
|
||||
align-items: normal;
|
||||
justify-content: normal;
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
|
||||
#formFilters {
|
||||
width: 100vh;
|
||||
}
|
||||
|
||||
#formFilters .container-input.filter.active {
|
||||
width: 8vh;
|
||||
}
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
|
||||
#formFilters {
|
||||
width: 50vh;
|
||||
}
|
||||
|
||||
#formFilters .container {
|
||||
max-width: fit-content;
|
||||
}
|
||||
@@ -15,16 +11,6 @@
|
||||
width: 8vh;
|
||||
}
|
||||
|
||||
#tableMain {
|
||||
max-width: min(calc(1vh * 79), calc(1vw * 90));
|
||||
}
|
||||
|
||||
/*
|
||||
#tableMain thead tr th, #tableMain tbody tr td {
|
||||
margin-left: 1vh;
|
||||
margin-right: 1vh;
|
||||
}
|
||||
*/
|
||||
|
||||
#tableMain tbody tr td.display_order, #tableMain thead tr th.display_order {
|
||||
width: 5vh;
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
|
||||
#formFilters {
|
||||
width: 95vh;
|
||||
}
|
||||
|
||||
#tableMain {
|
||||
max-width: 90vw;
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
|
||||
/*
|
||||
#formFilters {
|
||||
width: 50vh;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
#tableMain:has(thead tr th.product_variations.collapsed) {
|
||||
max-width: 66vh;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
|
||||
#formFilters {
|
||||
width: 50vh;
|
||||
}
|
||||
|
||||
#formFilters .container {
|
||||
max-width: fit-content;
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
|
||||
#formFilters {
|
||||
width: 50vh;
|
||||
}
|
||||
|
||||
#formFilters .container-input.filter.active {
|
||||
width: 8vh;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
|
||||
#formFilters {
|
||||
width: 100vh;
|
||||
}
|
||||
|
||||
#formFilters .container-input.filter.active {
|
||||
width: 8vh;
|
||||
|
||||
Reference in New Issue
Block a user