From 8d4faa270b3fa48565f238cb504be78d71aa8bfa Mon Sep 17 00:00:00 2001 From: guillermo Date: Wed, 9 Aug 2023 07:23:28 +0200 Subject: [PATCH 1/2] refs #5995 Added left space to subsection --- src/css/app.scss | 13 +++++++++++++ src/css/quasar.variables.scss | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/css/app.scss b/src/css/app.scss index 29e5bb600..480a4d64b 100644 --- a/src/css/app.scss +++ b/src/css/app.scss @@ -30,3 +30,16 @@ body.body--light { color: #555; } } + +// Added left space to subsection +.q-expansion-item__content { + padding-left: 15px; +} +.q-expansion-item--standard { + max-width: 256px; +} + +// Reduced the space between the icon and the label in the left sidebar +.q-item__section.column.q-item__section--side.justify-center.q-item__section--avatar { + margin-right: -15px; +} \ No newline at end of file diff --git a/src/css/quasar.variables.scss b/src/css/quasar.variables.scss index 6ebf7a7a7..f0d2d4e06 100644 --- a/src/css/quasar.variables.scss +++ b/src/css/quasar.variables.scss @@ -12,7 +12,7 @@ // to match your app's branding. // Tip: Use the "Theme Builder" on Quasar's documentation website. -$primary: #ff9800; +$primary: #ec8916; $secondary: #26a69a; $accent: #9c27b0; From 6d2436c9f717854bc705d179008b69d4816b9bbc Mon Sep 17 00:00:00 2001 From: guillermo Date: Wed, 9 Aug 2023 10:09:37 +0200 Subject: [PATCH 2/2] refs #5988 Improved identation --- src/components/LeftMenu.vue | 5 ++++- src/components/LeftMenuItem.vue | 2 +- src/css/app.scss | 13 ------------- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/src/components/LeftMenu.vue b/src/components/LeftMenu.vue index 8839bd030..a9604eb45 100644 --- a/src/components/LeftMenu.vue +++ b/src/components/LeftMenu.vue @@ -115,7 +115,7 @@ async function togglePinned(item, event) {