Tweak spoofed email warning UI

This commit is contained in:
Michael Gratton 2019-04-07 11:57:36 +10:00 committed by Michael James Gratton
parent 10051e0354
commit ffaa43cbfe
3 changed files with 10 additions and 1 deletions

View file

@ -147,6 +147,13 @@ grid.geary-message-summary {
padding: 0;
}
.geary-headers flowboxchild.geary-spoofed image:dir(ltr) {
margin-right: 2px;
}
.geary-headers flowboxchild.geary-spoofed image:dir(rtl) {
margin-left: 2px;
}
.geary-headers label.geary-from {
font-weight: bold;
}