aboutsummaryrefslogtreecommitdiff
path: root/main/data/theme.css
diff options
context:
space:
mode:
authorfiaxh <git@lightrise.org>2022-10-11 17:56:50 +0200
committerfiaxh <git@lightrise.org>2022-10-11 18:55:33 +0200
commita45280f8dfe45f8908b44cd13996316af44117e9 (patch)
treefbca734b6a4c4200ff99c856866e3676af7a668b /main/data/theme.css
parent09829b33824ab7d1fbf9886b7ed3e42cd8c34ff2 (diff)
downloaddino-a45280f8dfe45f8908b44cd13996316af44117e9.tar.gz
dino-a45280f8dfe45f8908b44cd13996316af44117e9.zip
Reactions: Improve style
Diffstat (limited to 'main/data/theme.css')
-rw-r--r--main/data/theme.css7
1 files changed, 6 insertions, 1 deletions
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;