mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 00:08:18 +08:00
Added right margin to folder search input wrapper
This commit is contained in:
parent
7a53cae32f
commit
d6bde1aab0
1 changed files with 4 additions and 0 deletions
|
@ -174,6 +174,10 @@ html.rl-side-preview-pane {
|
||||||
border-radius: var(--input-border-radius, 3px) !important;
|
border-radius: var(--input-border-radius, 3px) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.b-content .search-input-wrp {
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.search-input-wrp {
|
.search-input-wrp {
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
Loading…
Reference in a new issue