mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-02 04:05:56 +00:00
shrink the reaction buttons on low screen widths
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user