Fix height of search bar in Chrome

This commit is contained in:
daudix
2024-09-30 06:29:42 +03:00
parent 830e48c198
commit f176f1ab48
2 changed files with 3 additions and 1 deletions

View File

@ -323,8 +323,9 @@
border: none;
border-radius: 999px;
background: var(--fg-muted-1);
padding: 0.5rem 0.75rem;
padding: 0 0.75rem;
width: 100%;
height: 2.25rem;
color: inherit;
font-size: var(--font-size-medium);