chore: Improve compose popup button margin

This commit is contained in:
Rene Hampölz 2023-05-29 19:16:55 +00:00
parent 11770b59df
commit 10c10bb104

View file

@ -1699,6 +1699,11 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
color: var(--color-error);
}
#rl-app #V-PopupsCompose .pull-right>.btn,
#rl-app #V-PopupsCompose .pull-right>.btn-group {
margin-left: 3px;
}
#rl-app #V-PopupsCompose .no-attachments-desc {
text-shadow: unset;
}