style: Style conversation action bars

Make them look a bit more like action bars by giving them a top border.
This commit is contained in:
Adrien Plazas 2021-04-12 15:43:55 +02:00 committed by Michael James Gratton
parent b7458dc24f
commit c53063496c

View file

@ -61,7 +61,9 @@ infobar flowboxchild {
}
revealer components-conversation-actions {
margin: 6px;
border: solid @borders;
border-top-width: 1px;
padding: 6px;
}
/* FolderPopover */