mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
more padding + margin edits
This commit is contained in:
@@ -31,7 +31,7 @@ defineProps<{
|
||||
grid-template-columns: max-content 1fr;
|
||||
padding-right: 1rem;
|
||||
align-items: center;
|
||||
background-color: $gray4;
|
||||
background-color: $gray3;
|
||||
transition: all 0.2s ease;
|
||||
border-radius: 0.75rem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="f-container rounded">
|
||||
<div id="f-items">
|
||||
<div id="f-items" class="rounded">
|
||||
<FolderItem
|
||||
v-for="folder in folders"
|
||||
:key="JSON.stringify(folder)"
|
||||
@@ -24,9 +24,8 @@ defineProps<{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
|
||||
gap: $medium;
|
||||
border-bottom: 1px solid $gray3;
|
||||
padding: 1rem 0;
|
||||
padding-top: 0;
|
||||
padding: $small;
|
||||
margin-bottom: 1rem;
|
||||
background-color: $gray5;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user