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