From eadd174b4d8b38d9992c63ece54efa83f13e5ed4 Mon Sep 17 00:00:00 2001 From: Debora Crescenzo Date: Thu, 7 Aug 2025 10:38:22 +0100 Subject: [PATCH] MT#63310 Adapt csc_call bar After improving the handling of long words with commit 0340bd7e3cf869558cf9c8e91289917b04be969f The csc_Call bar was misplaced a few pixels. This commit aligns it to the menu column to avoid any overlapping. Change-Id: Ic8f8c6bbfa11bb3190c93612562dfc6b4a4b0055 (cherry picked from commit b503fe95ccc14ee700c32bf7518ad1a60a136020) --- src/css/quasar.variables.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/quasar.variables.sass b/src/css/quasar.variables.sass index a649415d..89c0f3b6 100644 --- a/src/css/quasar.variables.sass +++ b/src/css/quasar.variables.sass @@ -73,7 +73,7 @@ $toolbar-background: $primary $toolbar-min-height: 60px $layout-aside-background: $main-menu-background -$layout-aside-left-width: 280px +$layout-aside-left-width: 316px $layout-aside-right-width: 320px $tooltip-background: $primary