1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

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
This commit is contained in:
Nils Fahldieck
2022-04-27 22:10:11 +02:00
committed by GitHub
parent a5ebb9fb52
commit 55b301c267

View File

@@ -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) {