summaryrefslogtreecommitdiffstats
path: root/src/_reaction.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2025-03-28 15:06:23 +0100
committerVolpeon <git@volpeon.ink>2025-03-28 15:06:23 +0100
commit199f673e94d57e28fd0b235c281ef85f84aa5e51 (patch)
treeb6dc8a2406020242ab13bea2ed78eabf39dbdac9 /src/_reaction.scss
parentUpdate (diff)
downloadfurbase-design-2024-199f673e94d57e28fd0b235c281ef85f84aa5e51.tar.gz
furbase-design-2024-199f673e94d57e28fd0b235c281ef85f84aa5e51.tar.bz2
furbase-design-2024-199f673e94d57e28fd0b235c281ef85f84aa5e51.zip
New variable organizing
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