Always show message actions for mobile UI + improvements for user message sizing (#16076)

This commit is contained in:
Aleksander Grygier
2025-09-26 15:59:07 +02:00
committed by GitHub
parent d12a983659
commit 5d0a40f390
13 changed files with 273 additions and 143 deletions

View File

@@ -196,7 +196,7 @@
<style>
/* Base typography styles */
div :global(p) {
div :global(p:not(:last-child)) {
margin-bottom: 1rem;
line-height: 1.75;
}