mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +00:00
Fix height
This commit is contained in:
@@ -40,11 +40,15 @@
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: var(--cpd-separator-spacing);
|
||||
max-height: 10em;
|
||||
/* Height of 3 rows plus padding. */
|
||||
max-height: calc(
|
||||
(
|
||||
var(--reaction-button-size) + var(--reaction-button-padding) +
|
||||
var(--cpd-separator-spacing)
|
||||
) * 4
|
||||
);
|
||||
max-width: 22.5em;
|
||||
overflow-y: auto;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.reactionButton {
|
||||
|
||||
Reference in New Issue
Block a user