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