Improve composer dark mode

This commit is contained in:
djmaze 2021-04-22 23:34:37 +02:00
parent 3572d00a10
commit 14a9f00c6e
3 changed files with 16 additions and 23 deletions

View file

@ -2,7 +2,6 @@
.squire-toolbar {
padding: 2px;
border-bottom: 1px solid #b6b6b6;
background: #EEE;
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
@ -161,6 +160,7 @@ Secondly, we can't rely on MUA's what to do with :empty
display: none;
}
.rl-mobile .squire-toolbar {
background: #EEE;
padding: 1px;
position: fixed;
bottom: 0;