forked from rDrama/rDrama
1
0
Fork 0

make emojis 60px when selecting

master
Aevann1 2022-07-17 21:57:20 +02:00
parent 7d9fb35891
commit 9b425e444b
3 changed files with 4 additions and 4 deletions

View File

@ -6128,8 +6128,8 @@ g {
#speed-carot-modal .speed-modal-image
{
object-fit: contain;
width: 32px;
height: 32px;
width: 60px;
height: 60px;
}
#speed-carot-modal .speed-modal-option span

View File

@ -81,7 +81,7 @@
</style>
<template id="emoji-button-template">
<button class="btn m-1 px-0 emoji2" data-bs-toggle="tooltip" delay:="0">
<img loading="lazy" width=50>
<img loading="lazy" width=60>
</button>
</template>

View File

@ -1,6 +1,6 @@
{%-
set CACHE_VER = {
'css/main.css': 419,
'css/main.css': 420,
'css/catalog.css': 2,
'css/4chan.css': 61,