1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-02 08:40:08 +01:00

adjust grow width/rate for vault columns

This commit is contained in:
Kyle Spearrin 2018-02-20 16:39:50 -05:00
parent 33d6c7fcb3
commit eff780b01e

View File

@ -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;