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).
This commit is contained in:
medievalshell
2026-05-31 05:23:40 +02:00
parent 7745c5f66b
commit bd24002b93
+42
View File
@@ -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,