mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 01:57:08 +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 {
|
.navbar .search-form-container {
|
||||||
max-width: 550px;
|
max-width: 550px;
|
||||||
position: relative;
|
|
||||||
|
form {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 2rem;
|
left: 0.6rem;
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue