mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-29 03:45:36 +01:00
search panel style adjustment
This commit is contained in:
parent
d1c5a42c08
commit
652b804e52
1 changed files with 7 additions and 0 deletions
|
|
@ -578,6 +578,13 @@ export default {
|
|||
border-radius: var(--curve-factor);
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
||||
z-index: 10;
|
||||
// Add vertical spacing between option rows (no borders as requested)
|
||||
> .theme-label {
|
||||
margin: 0.35rem 0; // top & bottom margin only
|
||||
}
|
||||
.advanced-fields { // keep advanced section consistent spacing from previous option
|
||||
margin-top: 0.4rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue