diff options
author | Volpeon <git@volpeon.ink> | 2025-03-28 15:06:23 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2025-03-28 15:06:23 +0100 |
commit | 199f673e94d57e28fd0b235c281ef85f84aa5e51 (patch) | |
tree | b6dc8a2406020242ab13bea2ed78eabf39dbdac9 /src/_reaction.scss | |
parent | Update (diff) | |
download | furbase-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.scss | 4 |
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 | ||