From a45280f8dfe45f8908b44cd13996316af44117e9 Mon Sep 17 00:00:00 2001 From: fiaxh Date: Tue, 11 Oct 2022 17:56:50 +0200 Subject: Reactions: Improve style --- main/data/theme.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'main/data') diff --git a/main/data/theme.css b/main/data/theme.css index c4bc36c3..d657e0a3 100644 --- a/main/data/theme.css +++ b/main/data/theme.css @@ -174,12 +174,17 @@ window.dino-main .multiparty-participants { /* Reactions */ +window.dino-main menubutton.reaction-box image { + margin-left: 5px; + margin-right: 5px; +} + window.dino-main button.reaction-box, window.dino-main menubutton.reaction-box > button { border: 1px solid transparent; padding: 3px 5px ; border-radius: 10px; - background-color: alpha(@theme_fg_color, 0.05); + background-color: alpha(@theme_fg_color, 0.07); background-image: none; box-shadow: none; min-height: 0; -- cgit v1.2.3-54-g00ecf