Chore: Reply panel emoji button size fixes (#1896)
This commit is contained in:
committed by
GitHub
parent
22fecf0d84
commit
38d1b0eae3
@@ -160,9 +160,9 @@ export default {
|
||||
}
|
||||
|
||||
.button {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
&.button--emoji {
|
||||
margin-right: var(--space-small);
|
||||
}
|
||||
|
||||
&.is-active {
|
||||
background: white;
|
||||
@@ -221,6 +221,7 @@ export default {
|
||||
|
||||
label {
|
||||
color: var(--s-500);
|
||||
font-size: var(--font-size-mini);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user