From c53063496ca3a133e0fcbf8549d3de4130cec381 Mon Sep 17 00:00:00 2001 From: Adrien Plazas Date: Mon, 12 Apr 2021 15:43:55 +0200 Subject: [PATCH] style: Style conversation action bars Make them look a bit more like action bars by giving them a top border. --- ui/geary.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/geary.css b/ui/geary.css index 3c8045a7..0f42c927 100644 --- a/ui/geary.css +++ b/ui/geary.css @@ -61,7 +61,9 @@ infobar flowboxchild { } revealer components-conversation-actions { - margin: 6px; + border: solid @borders; + border-top-width: 1px; + padding: 6px; } /* FolderPopover */