mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
search icon position
This commit is contained in:
parent
a5ae056c9b
commit
dc525783ee
@ -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…
x
Reference in New Issue
Block a user