Browse Source

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
PS-128-an-encrypted-copy-of-the-vault-remains-on-the-disk-after-the-app-gets-closed
Nils Fahldieck 4 years ago committed by GitHub
parent
commit
55b301c267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/scss/vault.scss

2
src/scss/vault.scss

@ -43,7 +43,7 @@ app-root { @@ -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) {

Loading…
Cancel
Save