From 691caf740e96c99f3351d28dabe0908d908e5871 Mon Sep 17 00:00:00 2001 From: KaMZeSs Date: Tue, 25 Jun 2024 12:04:36 +0300 Subject: [PATCH] Fix increasing stickers --- 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; }