mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Spacing for emoji buttons search
This commit is contained in:
@@ -39,12 +39,16 @@
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.reactionsMenu {
|
||||
min-height: 3em;
|
||||
}
|
||||
|
||||
.reactionButton {
|
||||
padding: 1em;
|
||||
font-size: 1.8em;
|
||||
width: 1.8em;
|
||||
height: 1.8em;
|
||||
border-radius: 1.8em;
|
||||
font-size: 1.4em;
|
||||
width: 1.4em;
|
||||
height: 1.4em;
|
||||
border-radius: 1.4em;
|
||||
}
|
||||
|
||||
.verticalSeperator {
|
||||
@@ -59,6 +63,7 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: var(--cpd-separator-spacing);
|
||||
margin-bottom: var(--cpd-space-3x);
|
||||
}
|
||||
|
||||
.searchForm > label {
|
||||
|
||||
Reference in New Issue
Block a user