forked from AkkomaGang/akkoma-fe
fix width
This commit is contained in:
parent
f6cf509a04
commit
d8a52f9cc4
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue