Merge branch 'master' into try-folder-banner

~ Merge component spacing edits to the try-folder-banner branch
This commit is contained in:
geoffrey45
2022-08-02 03:18:21 +03:00
24 changed files with 195 additions and 126 deletions
-1
View File
@@ -63,7 +63,6 @@ onBeforeRouteUpdate((to, from) => {
#scrollable {
overflow-y: auto;
height: calc(100% - $small);
scrollbar-color: grey transparent;
.banner {
-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;
}