summaryrefslogtreecommitdiffstats
path: root/src/_reaction.scss
blob: 82a92318687878b60ea70b8ed8bb3451931dce80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
 @mixin styles {
    .messageFooter {
        .reactionType {
            inline-size: 30px;
            block-size: 30px;
        }
    }

    .reactionSummary {
        gap: 15px;
    }
 }