fix width

This commit is contained in:
sadposter 2022-06-08 19:16:29 +01:00
parent f6cf509a04
commit d8a52f9cc4
1 changed files with 5 additions and 0 deletions

View File

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