mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-18 04:40:30 +08:00
Hide Squire toolbar in mobile mode when not focused
This commit is contained in:
parent
bdd68d0d8f
commit
65e1b58877
1 changed files with 3 additions and 0 deletions
|
@ -95,6 +95,9 @@ Secondly, we can't rely on MUA's what to do with :empty
|
|||
}
|
||||
|
||||
/* @media (hover: none) */
|
||||
.rl-mobile .textAreaParent:not(:focus-within) .squire-toolbar {
|
||||
display: none;
|
||||
}
|
||||
.rl-mobile .squire-toolbar {
|
||||
padding: 1px;
|
||||
position: fixed;
|
||||
|
|
Loading…
Reference in a new issue