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

Fix increasing stickers

This commit is contained in:
Vladislav Doroshenko 2024-06-25 12:04:36 +03:00
parent c7b55eb610
commit 691caf740e

View File

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