Financier Forums

Financier App => Bug Reports => Topic started by: Billy_McSkintos on February 20, 2018, 01:36:01 PM

Title: This drives me nuts
Post by: Billy_McSkintos on February 20, 2018, 01:36:01 PM
Hi @Alex, is there any way to fix this extra (-ve) pixel margin, either permanently of by modifying the CSS?
Title: Re: This drives me nuts
Post by: Alex on February 20, 2018, 01:41:32 PM
I've tried to, but it's annoying to fix since it's a pixel rounding issue. I might take another look at it :(
Title: Re: This drives me nuts
Post by: keyboard on February 20, 2018, 02:44:39 PM
Jeez !!  I never noticed this till now and now it sticks out !!!!  LOL...
Title: Re: This drives me nuts
Post by: asromzek on February 20, 2018, 02:57:04 PM
@Alex, Setting "margin-left" from "-1px" to "0px" for ".month-select" seems to fix it on Chrome. Are there issues on other browsers?
Title: Re: This drives me nuts
Post by: Billy_McSkintos on February 20, 2018, 03:21:48 PM
Is the pixel rounding problem also the cause of this one in the budget header of some, but not all, months?

Title: Re: This drives me nuts
Post by: Billy_McSkintos on February 20, 2018, 03:32:51 PM
I corrected the month layout with this...

.month-overview__month-overview, .month-overview__cell-head {
    margin-left: -1px;
}


...but the budget header category is still 1 or 2 pixels out
Title: Re: This drives me nuts
Post by: Rhuarc on February 20, 2018, 03:50:02 PM
Quote from: Billy_McSkintos on February 20, 2018, 03:32:51 PM
I corrected the month layout with this...

.month-overview__month-overview, .month-overview__cell-head {
    margin-left: -1px;
}


...but the budget header category is still 1 or 2 pixels out

Thank you!  This was driving me crazy as well!
Title: Re: This drives me nuts
Post by: asromzek on February 20, 2018, 03:57:32 PM
Quote from: asromzek on February 20, 2018, 02:57:04 PM
@Alex, Setting "margin-left" from "-1px" to "0px" for ".month-select" seems to fix it on Chrome. Are there issues on other browsers?

Nevermind, a scroll bar pops up under the heading, and I just found the comment in the source code: "// Flexbox subpixel rendering hack".
Title: Re: This drives me nuts
Post by: Rhuarc on February 20, 2018, 05:05:23 PM
Quote from: asromzek on February 20, 2018, 03:57:32 PM
Quote from: asromzek on February 20, 2018, 02:57:04 PM
@Alex, Setting "margin-left" from "-1px" to "0px" for ".month-select" seems to fix it on Chrome. Are there issues on other browsers?

Nevermind, a scroll bar pops up under the heading, and I just found the comment in the source code: "// Flexbox subpixel rendering hack".

This seemed to fix it for me in Chrome using that code added to Stylish.  I am also not seeing any scroll bars under the heading.