Resolve #828 (floating toolbar not needed anymore)

This commit is contained in:
the-djmaze 2023-01-31 15:40:07 +01:00
parent 516a080a5b
commit 71eaaf007e

View file

@ -152,22 +152,3 @@ Secondly, we can't rely on MUA's what to do with :empty
.squire-mode-plain .squire-plain {
display: block;
}
/* @media (hover: none) */
@media screen and (max-height: 600px) {
.rl-mobile .textAreaParent:not(:focus-within) .squire-toolbar {
display: none;
}
.rl-mobile .squire-toolbar {
background: #EEE;
padding: 1px;
position: fixed;
top: 18px;
left: 0;
right: 0;
/*
transform: translateY(-42px);
z-index: 9;
*/
}
}