Private
Public Access
1
0

implement bubble view

This commit is contained in:
2025-04-30 19:12:00 -07:00
parent e976b3db4c
commit 4c7c31ab8d
6 changed files with 368 additions and 51 deletions

View File

@@ -13,4 +13,8 @@
/* Invert the y-axis, so the messages are drawn bottom-to-top */
/* Individual messages are drawn upside down in the custom renderer */
transform: scale(1, -1);
}
.message-drawing-area {
color: darker(@accent_bg_color);
}