From bd24002b9388d97d346cd67bc815510b87fcf8ad Mon Sep 17 00:00:00 2001 From: medievalshell Date: Sun, 31 May 2026 05:23:40 +0200 Subject: [PATCH] fix(chat): stretch (non repeat) sulle bubble custom 253-291 Ereditavano border-image-repeat: repeat dalla regola base, quindi il centro delle nuove bubble (con grafica) si duplicava invece di allungarsi. Override border-image-repeat: stretch per le 253-291 cosi il corpo si stira come le originali (che avevano il centro a tinta unita). --- src/css/chat/Chats.css | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/src/css/chat/Chats.css b/src/css/chat/Chats.css index 62773c9..4e2f071 100644 --- a/src/css/chat/Chats.css +++ b/src/css/chat/Chats.css @@ -1119,6 +1119,48 @@ } } + &.bubble-253, + &.bubble-254, + &.bubble-255, + &.bubble-256, + &.bubble-257, + &.bubble-258, + &.bubble-259, + &.bubble-260, + &.bubble-261, + &.bubble-262, + &.bubble-263, + &.bubble-264, + &.bubble-265, + &.bubble-266, + &.bubble-267, + &.bubble-268, + &.bubble-269, + &.bubble-270, + &.bubble-271, + &.bubble-272, + &.bubble-273, + &.bubble-274, + &.bubble-275, + &.bubble-276, + &.bubble-277, + &.bubble-278, + &.bubble-279, + &.bubble-280, + &.bubble-281, + &.bubble-282, + &.bubble-283, + &.bubble-284, + &.bubble-285, + &.bubble-286, + &.bubble-287, + &.bubble-288, + &.bubble-289, + &.bubble-290, + &.bubble-291 { + border-image-repeat: stretch stretch; + } + &.bubble-200, &.bubble-201, &.bubble-202,