forked from MarseyWorld/MarseyWorld
fix tall emojis in emoji modal
parent
50794022f6
commit
69ec89375f
|
@ -78,10 +78,14 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border: none
|
border: none
|
||||||
}
|
}
|
||||||
|
.emoji2 > img {
|
||||||
|
-o-object-fit: contain;
|
||||||
|
object-fit: contain;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<template id="emoji-button-template">
|
<template id="emoji-button-template">
|
||||||
<button class="btn m-1 px-0 emoji2" data-bs-toggle="tooltip" delay:="0">
|
<button class="btn m-1 px-0 emoji2" data-bs-toggle="tooltip" delay:="0">
|
||||||
<img loading="lazy" width=60>
|
<img loading="lazy" width=60 width=85>
|
||||||
</button>
|
</button>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue