add horizontal padding to search sidebar sections
This commit is contained in:
parent
dc85d0591b
commit
ce29bc8639
1 changed files with 4 additions and 4 deletions
|
|
@ -502,7 +502,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-section {
|
.search-section {
|
||||||
padding: 0 0 $unit-2x 0;
|
padding: 0 $unit-2x $unit-2x $unit-2x;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
||||||
:global(.search-input) {
|
:global(.search-input) {
|
||||||
|
|
@ -513,7 +513,7 @@
|
||||||
.mode-toggle {
|
.mode-toggle {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: $unit-half;
|
gap: $unit-half;
|
||||||
padding-bottom: $unit-2x;
|
padding: 0 $unit-2x $unit-2x $unit-2x;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
||||||
.mode-btn {
|
.mode-btn {
|
||||||
|
|
@ -542,7 +542,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.filters-section {
|
.filters-section {
|
||||||
padding-bottom: $unit-2x;
|
padding: 0 $unit-2x $unit-2x $unit-2x;
|
||||||
border-bottom: 1px solid var(--border-primary);
|
border-bottom: 1px solid var(--border-primary);
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
||||||
|
|
@ -602,7 +602,7 @@
|
||||||
.results-section {
|
.results-section {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding: $unit-2x 0;
|
padding: $unit-2x;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
|
||||||
.loading,
|
.loading,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue