mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Improved #871
This commit is contained in:
parent
09f00d1766
commit
ba543c95d7
1 changed files with 3 additions and 4 deletions
|
|
@ -174,10 +174,6 @@ 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;
|
||||||
|
|
@ -195,6 +191,9 @@ html.rl-side-preview-pane {
|
||||||
opacity: .6;
|
opacity: .6;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#rl-left .search-input-wrp {
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
/* desktop */
|
/* desktop */
|
||||||
@media screen and (min-width: 1000px) {
|
@media screen and (min-width: 1000px) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue