From 13636452d4386327c3d6057f09c42ea0c5153c12 Mon Sep 17 00:00:00 2001 From: t8y2 <1156263951@qq.com> Date: Thu, 18 Jun 2026 12:33:15 +0800 Subject: [PATCH] fix: implement responsive overflow for right toolbar icons --- .../src/components/layout/AppToolbar.vue | 316 +++++++++++++----- 1 file changed, 240 insertions(+), 76 deletions(-) diff --git a/apps/desktop/src/components/layout/AppToolbar.vue b/apps/desktop/src/components/layout/AppToolbar.vue index 2c2f0378f..2ae16f45b 100644 --- a/apps/desktop/src/components/layout/AppToolbar.vue +++ b/apps/desktop/src/components/layout/AppToolbar.vue @@ -1,7 +1,7 @@