Financier Forums

Financier App => Feature Requests => Topic started by: Joel on October 24, 2016, 11:38:09 PM

Title: Reduce spacing in account sidebar
Post by: 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.
Title: Re: Reduce spacing in account sidebar
Post by: StoneCotton on October 24, 2016, 11:53:40 PM
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!
Title: Re: Reduce spacing in account sidebar
Post by: Doomspark on October 25, 2016, 08:03:11 AM
Agreed.
Title: Re: Reduce spacing in account sidebar
Post by: Billy_McSkintos on October 25, 2016, 12:08:17 PM
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;
}
/* -------------------------- */