summaryrefslogtreecommitdiffstats
path: root/src/_reaction.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_reaction.scss')
-rw-r--r--src/_reaction.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/_reaction.scss b/src/_reaction.scss
new file mode 100644
index 0000000..82a9231
--- /dev/null
+++ b/src/_reaction.scss
@@ -0,0 +1,12 @@
1 @mixin styles {
2 .messageFooter {
3 .reactionType {
4 inline-size: 30px;
5 block-size: 30px;
6 }
7 }
8
9 .reactionSummary {
10 gap: 15px;
11 }
12 }