mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Improved and solve #847
This commit is contained in:
parent
e1aa566ec8
commit
177dfcb7e5
6 changed files with 25 additions and 30 deletions
|
|
@ -177,6 +177,23 @@ html.rl-side-preview-pane {
|
|||
border-radius: var(--input-border-radius, 3px) !important;
|
||||
}
|
||||
|
||||
.search-input-wrp {
|
||||
position: relative;
|
||||
}
|
||||
.search-input-wrp a {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 5px;
|
||||
margin: 0 7px;
|
||||
z-index: 100;
|
||||
opacity: .4;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
opacity: .6;
|
||||
}
|
||||
}
|
||||
|
||||
/* desktop */
|
||||
@media screen and (min-width: 1000px) {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue