forked from AkkomaGang/akkoma-fe
fix css
This commit is contained in:
parent
a9f8ec5453
commit
8f1aaf617a
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
@import '../../_variables.scss';
|
@import '../../_variables.scss';
|
||||||
|
|
||||||
.reaction-emoji {
|
.notification-reaction-emoji {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
|
@ -118,7 +118,7 @@
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
v-if="notification.emoji_url !== null"
|
v-if="notification.emoji_url !== null"
|
||||||
class="reaction-emoji"
|
class="notification-reaction-emoji"
|
||||||
:src="notification.emoji_url"
|
:src="notification.emoji_url"
|
||||||
:name="notification.emoji"
|
:name="notification.emoji"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue