shrink the reaction buttons on low screen widths

This commit is contained in:
Will Hunt
2024-11-11 11:29:59 +00:00
parent b22d2dba5f
commit 67e5abcf31

View File

@@ -46,6 +46,16 @@
border-radius: var(--cpd-radius-pill-effect);
}
@media (max-width: 800px) {
.reactionButton {
padding: 1em;
font-size: 1em;
width: 1em;
height: 1em;
min-block-size: unset;
}
}
.verticalSeperator {
background-color: var(--cpd-color-gray-800);
width: 1px;