From a4ed3bcdadb53e4adc1a89c991d028cdcaec276c Mon Sep 17 00:00:00 2001 From: Paulo Castellano Date: Fri, 17 Jul 2026 19:15:58 -0300 Subject: [PATCH] fix(ui): mobile fixes from second-pass review - NotificationBell panel was fixed at left-[17rem] w-[22rem] and ran off-screen on a phone; now full-width-with-margins below sm - Reserve top space for the floating sidebar trigger so page headings no longer sit under the hamburger on mobile - automations/Index header stacks on mobile (was the one index page the first pass missed) - Contain the preview phone mockup horizontally so it never breaks the page on narrow screens - Comment bodies wrap long unbroken tokens (break-words) --- resources/js/components/CommentBody.vue | 2 +- resources/js/components/NotificationBell.vue | 2 +- resources/js/components/posts/editor/PreviewTab.vue | 2 +- resources/js/layouts/app/AppSidebarLayout.vue | 9 ++++++--- resources/js/pages/automations/Index.vue | 2 +- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/resources/js/components/CommentBody.vue b/resources/js/components/CommentBody.vue index c6d31bfd..a21d1093 100644 --- a/resources/js/components/CommentBody.vue +++ b/resources/js/components/CommentBody.vue @@ -42,7 +42,7 @@ const segments = computed(() => {