summaryrefslogtreecommitdiffstats
path: root/src/_reaction.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_reaction.scss')
-rw-r--r--src/_reaction.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_reaction.scss b/src/_reaction.scss
index ecf88ad..56d719e 100644
--- a/src/_reaction.scss
+++ b/src/_reaction.scss
@@ -5,8 +5,8 @@
5@mixin styles { 5@mixin styles {
6 .messageFooter { 6 .messageFooter {
7 .reactionType { 7 .reactionType {
8 inline-size: props.get(core.$vlpnSmileySize); 8 inline-size: 28px;
9 block-size: props.get(core.$vlpnSmileySize); 9 block-size: 28px;
10 } 10 }
11 } 11 }
12 12