mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
search icon position
This commit is contained in:
parent
dc1d2d08f0
commit
343ac39041
@ -89,11 +89,14 @@
|
|||||||
|
|
||||||
.navbar .search-form-container {
|
.navbar .search-form-container {
|
||||||
max-width: 550px;
|
max-width: 550px;
|
||||||
|
|
||||||
|
form {
|
||||||
position: relative;
|
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