feat(ui): flexible buttons on right slot of input

This commit is contained in:
ArneBo 2025-03-12 12:01:37 +01:00
parent 606903f7e7
commit 8faaa8f1e6
1 changed files with 8 additions and 0 deletions

View File

@ -90,7 +90,15 @@
> .span-right {
padding: calc(var(--padding-v) - 1px) var(--padding) calc(var(--padding-v) + 1px) var(--padding);
> .button {
margin-right: -16px;
margin-top: 2px;
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
}
}
}
> .search {