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

Adjusted the position of the sticker icon

This commit is contained in:
Vladislav Doroshenko 2024-06-25 10:42:34 +03:00
parent 38b3fe10be
commit c262b5173d

View File

@ -1,7 +1,7 @@
// ==UserScript==
// @name VK Big Chat Stickers
// @namespace https://github.com/Maks1mS/userscripts
// @version 0.2
// @version 0.3
// @description Increases size of chat stickers
// @author Maxim Slipenko
// @match https://vk.com/*
@ -13,10 +13,16 @@
'use strict';
const style = `
img.StickerUGC {
.sticker_img_wrapper {
display: inline-block; /* Обеспечивает подгонку размеров под содержимое */
width: 256px;
height: 256px;
}
img.StickerUGC {
display: block;
height: 100%;
width: 100%;
}
.StickersEmojiKeyboard-module__in--GCR5_:has(.StickersKeyboardGroupItem-module__in--CKjkC.StickersKeyboardGroupItem-module__inActive--iqstp > div[aria-label="Стикеры чата"]) .StickersKeyboard-module__keyboard--HhSGu.View-module__panel--WNKKi.View-module__panelSwitched--hg3jP {
--stickers-columns: 2 !important;