set global margin on the main app grid

+ refactor margins and paddings in some components
This commit is contained in:
geoffrey45
2022-08-02 02:43:06 +03:00
parent 8fa0516b56
commit 9e1f73e281
13 changed files with 28 additions and 61 deletions
-1
View File
@@ -51,7 +51,6 @@ onBeforeRouteUpdate((to, from) => {
#scrollable {
overflow-y: auto;
height: calc(100% - $small);
scrollbar-color: grey transparent;
@include phone-only {
-1
View File
@@ -25,7 +25,6 @@ const pStore = usePStore();
scrollbar-color: $gray2 transparent;
.grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
gap: 1rem;
}