mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
fix: search box is misaligned when the browser preferred font size is other than 16px (#1613)
This commit is contained in:
parent
ddd4ffa4ca
commit
6f345be3e4
@ -84,7 +84,8 @@ header .menu-button {
|
||||
#search #input {
|
||||
background-color: #f5f5f5;
|
||||
display: flex;
|
||||
padding: 0.75em;
|
||||
height: 100%;
|
||||
padding: 0em 0.75em;
|
||||
border-radius: 0.3em;
|
||||
transition: .1s ease all;
|
||||
align-items: center;
|
||||
|
Loading…
Reference in New Issue
Block a user