From 755a666dae79b66f3f79d0a0f34881134ff02918 Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 5 May 2025 12:35:00 -0400 Subject: [PATCH] UX: hide bootstrap mode from header (#154) There are multiple header elements that get in the way, and we can't really manage the position of this button well without a better full-width solution... so I think it makes sense to hide it for now Before: ![image](https://github.com/user-attachments/assets/07009232-d188-4a5f-9381-0e1d4479512b) After: ![image](https://github.com/user-attachments/assets/91a0f01a-3d12-4f89-9d7f-0050abdd47e9) --- scss/desktop-full-width.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/desktop-full-width.scss b/scss/desktop-full-width.scss index 6650350..2c8de5d 100644 --- a/scss/desktop-full-width.scss +++ b/scss/desktop-full-width.scss @@ -154,7 +154,7 @@ $sidebar-width: 17em; .d-header-mode { .bootstrap-mode { - margin: 0; + display: none; } }