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