mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
adjust grow width/rate for vault columns
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
> #groupings {
|
||||
background-color: $background-color-alt;
|
||||
width: 15%;
|
||||
width: 22%;
|
||||
min-width: 175px;
|
||||
max-width: 250px;
|
||||
border-right: 1px solid $border-color-dark;
|
||||
@@ -112,7 +112,7 @@
|
||||
|
||||
> #items {
|
||||
background-color: $background-color;
|
||||
width: 25%;
|
||||
width: 28%;
|
||||
min-width: 200px;
|
||||
max-width: 350px;
|
||||
border-right: 1px solid $border-color-dark;
|
||||
|
||||
Reference in New Issue
Block a user