mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
fix(web): ensure minimum horizontal padding for chat messages
Increase inner content padding from px-1/sm:px-2 to px-10 so messages maintain comfortable horizontal margins on narrow viewports.
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
ref="scrollContainer"
|
||||
class="h-full"
|
||||
>
|
||||
<div class="w-full max-w-4xl mx-auto px-1 sm:px-2 py-6 space-y-6">
|
||||
<div class="w-full max-w-4xl mx-auto px-10 py-6 space-y-6">
|
||||
<!-- Load older indicator -->
|
||||
<div
|
||||
v-if="loadingOlder"
|
||||
|
||||
Reference in New Issue
Block a user