0
0
mirror of https://github.com/Maks1mS/userscripts.git synced 2024-12-23 16:22:59 +03:00

[VKBigChatStickers] fix increasing stickers

---------

Co-authored-by: Maxim Slipenko <no-reply@maxim.slipenko.com>
This commit is contained in:
KaMZeSs 2024-06-25 12:32:42 +03:00 committed by GitHub
parent cf8ed72d1a
commit 9cad4d315b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
'use strict'; 'use strict';
const style = ` const style = `
.sticker_img_wrapper { .sticker_img_wrapper:has(.StickerUGC) {
width: 256px; width: 256px;
height: 256px; height: 256px;
} }