mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
decrease padding on list header
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.filter-bar {
|
||||
z-index: 1;
|
||||
padding: var(--theme-spacing-sm);
|
||||
padding: var(--theme-spacing-xs);
|
||||
border-bottom: 1px solid var(--theme-colors-border);
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
width: 100%;
|
||||
max-width: var(--theme-content-max-width);
|
||||
height: 100%;
|
||||
padding: 0 1rem;
|
||||
padding: 0 var(--theme-spacing-sm);
|
||||
}
|
||||
|
||||
.play-button-container {
|
||||
|
||||
Reference in New Issue
Block a user