From 9cad4d315b84bccb913e622a66506a56dc34eb78 Mon Sep 17 00:00:00 2001 From: KaMZeSs <83509865+KaMZeSs@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:32:42 +0300 Subject: [PATCH] [VKBigChatStickers] fix increasing stickers --------- Co-authored-by: Maxim Slipenko --- VKBigChatStickers/VKBigChatStickers.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VKBigChatStickers/VKBigChatStickers.user.js b/VKBigChatStickers/VKBigChatStickers.user.js index defac81..4e9490e 100644 --- a/VKBigChatStickers/VKBigChatStickers.user.js +++ b/VKBigChatStickers/VKBigChatStickers.user.js @@ -13,7 +13,7 @@ 'use strict'; const style = ` - .sticker_img_wrapper { + .sticker_img_wrapper:has(.StickerUGC) { width: 256px; height: 256px; }