Fix height of search bar in Chrome
This commit is contained in:
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fix backdrop blur of dropdowns and search container in Chrome (#77 and #91).
|
- Fix backdrop blur of dropdowns and search container in Chrome (#77 and #91).
|
||||||
|
- Fix height of search bar in Chrome.
|
||||||
|
|
||||||
## [5.3.0](https://codeberg.org/daudix/duckquill/compare/v5.2.0...v5.3.0)
|
## [5.3.0](https://codeberg.org/daudix/duckquill/compare/v5.2.0...v5.3.0)
|
||||||
|
|
||||||
|
@ -323,8 +323,9 @@
|
|||||||
border: none;
|
border: none;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
background: var(--fg-muted-1);
|
background: var(--fg-muted-1);
|
||||||
padding: 0.5rem 0.75rem;
|
padding: 0 0.75rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 2.25rem;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font-size: var(--font-size-medium);
|
font-size: var(--font-size-medium);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user