mirror of
https://akkoma.dev/lamp/akkoma-fe.git
synced 2025-04-07 00:04:05 -04:00
components: emoji_reactions: force custom emoji reaction height
Prevents the usage of too long emoji reactions
This commit is contained in:
parent
9e04e4fd80
commit
581c53a15e
@ -19,6 +19,7 @@
|
||||
:title="reaction.name"
|
||||
class="reaction-emoji"
|
||||
width="2.55em"
|
||||
height="2.55em"
|
||||
>
|
||||
{{ reaction.count }}
|
||||
</span>
|
||||
@ -65,6 +66,7 @@
|
||||
box-sizing: border-box;
|
||||
.reaction-emoji {
|
||||
width: 2.55em !important;
|
||||
height: 2.55em !important;
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
&:focus {
|
||||
|
Loading…
x
Reference in New Issue
Block a user