style: refs #7957 update VnSearchbar padding for improved layout
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2025-01-07 14:31:38 +01:00
parent b289ba3196
commit 8f418dcb4b
1 changed files with 5 additions and 0 deletions

View File

@ -196,6 +196,11 @@ async function search() {
transition: width 0.36s;
}
:deep(.q-field__native) {
padding-top: 10px;
padding-left: 5px;
}
:deep(.q-field--dark .q-field__native:focus) {
color: black;
}