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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;
}