fix tall emojis in emoji modal

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-26 06:17:52 +02:00
parent 50794022f6
commit 69ec89375f
1 changed files with 5 additions and 1 deletions

View File

@ -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>