0
0
mirror of https://github.com/Maks1mS/userscripts.git synced 2025-04-03 16:13:48 +03:00

Removed unnecessary styles

This commit is contained in:
Vladislav Doroshenko 2024-06-25 10:45:23 +03:00
parent c262b5173d
commit c7b55eb610

View File

@ -14,12 +14,10 @@
const style = `
.sticker_img_wrapper {
display: inline-block; /* Обеспечивает подгонку размеров под содержимое */
width: 256px;
height: 256px;
}
img.StickerUGC {
display: block;
height: 100%;
width: 100%;
}