mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03: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) */
|
/* @media (hover: none) */
|
||||||
|
.rl-mobile .textAreaParent:not(:focus-within) .squire-toolbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.rl-mobile .squire-toolbar {
|
.rl-mobile .squire-toolbar {
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue