🐛 fix(index.css): increase right padding of .search-icon class to improve alignment with other elements
This commit is contained in:
parent
f770347c0a
commit
dcb8de5335
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ The cursor: default; property value restores the browser's default cursor style
|
|||
@apply w-full overflow-auto scrollbar-hide
|
||||
}
|
||||
.search-icon {
|
||||
@apply absolute inset-y-0 right-0 flex items-center py-1.5 pr-4
|
||||
@apply absolute inset-y-0 right-0 flex items-center py-1.5 pr-5
|
||||
}
|
||||
.extra-side-bar-save-disable {
|
||||
@apply text-muted-foreground
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue