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 -15
View File
@@ -27,9 +27,7 @@ const tabs = useTabStore();
<style lang="scss">
.r-sidebar {
width: 29em;
background-color: rgba(4, 12, 34, 0.103);
padding: 0 $small;
@include phone-only {
display: none;
@@ -64,18 +62,6 @@ const tabs = useTabStore();
height: 100%;
}
}
.tab-keys {
display: none;
width: 3rem;
right: 0;
height: 100%;
position: absolute;
grid-area: tabs;
border-radius: 0;
overflow: hidden;
border-left: solid 1px $gray;
}
}
}
</style>