Сustom Emoji: Fix multiple emojis overlap (#4527)

This commit is contained in:
Alexander Zinchuk 2024-05-03 14:37:58 +02:00
parent 3e25fbd9c3
commit 5a7416d750

View File

@ -7,7 +7,7 @@
flex: 0 0 var(--custom-emoji-size);
&.with-grid-fix .media, &.with-grid-fix .thumb {
width: calc(100% + 1px) !important;
width: calc(100%) !important;
height: calc(100% + 1px) !important;
}