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';
|
||||
|
||||
.reaction-emoji {
|
||||
.notification-reaction-emoji {
|
||||
width: 40px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
@ -118,7 +118,7 @@
|
|||
>
|
||||
<img
|
||||
v-if="notification.emoji_url !== null"
|
||||
class="reaction-emoji"
|
||||
class="notification-reaction-emoji"
|
||||
:src="notification.emoji_url"
|
||||
:name="notification.emoji"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue