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

    .reactionSummary {
        gap: 15px;
    }
}