minor css fix

pull/143/head
Aevann 2023-05-03 20:32:46 +03:00
parent 4f76e18f9c
commit 863a308477
2 changed files with 4 additions and 3 deletions

View File

@ -7049,14 +7049,15 @@ body > .container {
}
.emoji2 {
/*background: None!important;*/
width:60px;
height: 85px;
overflow: hidden;
overflow: visible;
border: none
}
.emoji2 > img {
object-fit: contain;
width: 60px;
height: 85px;
}
.bg-image {

View File

@ -48,7 +48,7 @@
<div id="tab-content" class="tab-content d-flex flex-wrap" hidden style="text-align:center;">
<template id="emoji-button-template">
<button type="button" class="btn m-1 px-0 emoji2" data-bs-toggle="tooltip">
<img loading="lazy" width=60 height=85>
<img loading="lazy">
</button>
</template>