mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
search icon position
This commit is contained in:
parent
a5ae056c9b
commit
dc525783ee
1 changed files with 5 additions and 2 deletions
|
|
@ -89,11 +89,14 @@
|
|||
|
||||
.navbar .search-form-container {
|
||||
max-width: 550px;
|
||||
position: relative;
|
||||
|
||||
form {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
svg {
|
||||
position: absolute;
|
||||
left: 2rem;
|
||||
left: 0.6rem;
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue