Can you tighten up the spacing on the account sidebar? All of my accounts don't even fit on my screen and there is a lot of wasted space in between.
When looking at it with a large amount of accounts, I can see how it is padded quite a lot. Bringing it in even just a little bit could save up a ton of space!
Agreed.
Quote from: Joel on October 24, 2016, 11:38:09 PM
Can you tighten up the spacing on the account sidebar? All of my accounts don't even fit on my screen and there is a lot of wasted space in between.
I achieved that by using the Stylish plugin and adjusting some of the CSS:
/* Reduce Size of Accounts Font and spacing */
.app-view__account {
font-size: .7em;
line-height: 1.5rem;
}
.account__balance-value {
font-size: 1em;
}
/* -------------------------- */