From 55b301c267896b716788480ccece2e3a59e9fa06 Mon Sep 17 00:00:00 2001 From: Nils Fahldieck Date: Wed, 27 Apr 2022 22:10:11 +0200 Subject: [PATCH] Widen the sidebar to 600px max (#1503) This implements the suggestion by MrBlack of the community forums in: https://community.bitwarden.com/t/manually-resizable-sidebar-columns-in-bitwarden-desktop-app/31909/3 --- src/scss/vault.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/vault.scss b/src/scss/vault.scss index 168a23e9..11623cd2 100644 --- a/src/scss/vault.scss +++ b/src/scss/vault.scss @@ -43,7 +43,7 @@ app-root { order: 1; width: 22%; min-width: 175px; - max-width: 250px; + max-width: 600px; border-right: 1px solid #000000; @include themify($themes) {