Skip to content

Commit 67e5abc

Browse files
committed
shrink the reaction buttons on low screen widths
1 parent b22d2db commit 67e5abc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/button/ReactionToggleButton.module.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@
4646
border-radius: var(--cpd-radius-pill-effect);
4747
}
4848

49+
@media (max-width: 800px) {
50+
.reactionButton {
51+
padding: 1em;
52+
font-size: 1em;
53+
width: 1em;
54+
height: 1em;
55+
min-block-size: unset;
56+
}
57+
}
58+
4959
.verticalSeperator {
5060
background-color: var(--cpd-color-gray-800);
5161
width: 1px;

0 commit comments

Comments
 (0)