mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
decrease padding on list header
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
flex-direction: column !important;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding-block: var(--theme-spacing-xs);
|
||||
padding-right: var(--theme-spacing-md);
|
||||
outline: none;
|
||||
border: none;
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: var(--theme-spacing-sm);
|
||||
padding: 0 var(--theme-spacing-xs);
|
||||
}
|
||||
|
||||
.title-wrapper.hidden {
|
||||
|
||||
@@ -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