mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +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;
|
||||
}
|
||||
|
||||
.b-content .search-input-wrp {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.search-input-wrp {
|
||||
position: relative;
|
||||
text-align: right;
|
||||
|
|
@ -195,6 +191,9 @@ html.rl-side-preview-pane {
|
|||
opacity: .6;
|
||||
}
|
||||
}
|
||||
#rl-left .search-input-wrp {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
/* desktop */
|
||||
@media screen and (min-width: 1000px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue