From 30c38426000370879ab9484191aa3cfc38e79c73 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Wed, 18 Sep 2024 10:07:03 -0700 Subject: [PATCH] Enhancements for better wrapping of Status Area icons - Added `headCanWrap` stored property, and toggle button. - CSS mods, cleanup. --- src/ui/layout/AppLayout.vue | 29 +++++++++++++++++++++++------ src/ui/layout/layout.scss | 20 ++++++-------------- 2 files changed, 29 insertions(+), 20 deletions(-) diff --git a/src/ui/layout/AppLayout.vue b/src/ui/layout/AppLayout.vue index a80d4f0fd6..e70286dede 100644 --- a/src/ui/layout/AppLayout.vue +++ b/src/ui/layout/AppLayout.vue @@ -32,19 +32,23 @@ class="l-shell__head" :class="{ 'l-shell__head--expanded': headExpanded, - 'l-shell__head--minify-indicators': !headExpanded + 'l-shell__head--minify-indicators': !headExpanded, + 'l-shell__head--can-wrap': headCanWrap }" > +