fix width

This commit is contained in:
sadposter 2022-06-08 19:16:29 +01:00 committed by Zero
parent 23b60e9263
commit 378ac642d4
1 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,7 @@
v-if="emoji.imageUrl !== false"
:src="emoji.imageUrl"
width="30px"
class="custom-reaction"
>
<span v-else>
{{ emoji.replacement }}
@ -70,6 +71,10 @@
<style lang="scss">
@import '../../_variables.scss';
.custom-reaction {
width: 30px !important;
}
.ReactButton {
.reaction-picker-filter {
padding: 0.5em;