News:

10/23/16 - Welcome to the new forums!

Main Menu

This drives me nuts

Started by Billy_McSkintos, February 20, 2018, 01:36:01 PM

Previous topic - Next topic

Billy_McSkintos

Hi @Alex, is there any way to fix this extra (-ve) pixel margin, either permanently of by modifying the CSS?
Project Fi Referral - Get $20 credit: https://g.co/fi/r/RWN1J1
Betterment.com Referral - 90 days managed free: https://www.betterment.com/?invite=marcusglynn

Alex

I've tried to, but it's annoying to fix since it's a pixel rounding issue. I might take another look at it :(
I am the Financier owner/admin/coder dude.

keyboard

Jeez !!  I never noticed this till now and now it sticks out !!!!  LOL...
Go for the 7 Ball  !!!!!!!

www.createsongstyles.com

asromzek

#3
@Alex, Setting "margin-left" from "-1px" to "0px" for ".month-select" seems to fix it on Chrome. Are there issues on other browsers?
/s implied, unless stated otherwise.

Billy_McSkintos

Is the pixel rounding problem also the cause of this one in the budget header of some, but not all, months?

Project Fi Referral - Get $20 credit: https://g.co/fi/r/RWN1J1
Betterment.com Referral - 90 days managed free: https://www.betterment.com/?invite=marcusglynn

Billy_McSkintos

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
Project Fi Referral - Get $20 credit: https://g.co/fi/r/RWN1J1
Betterment.com Referral - 90 days managed free: https://www.betterment.com/?invite=marcusglynn

Rhuarc

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!

asromzek

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".
/s implied, unless stated otherwise.

Rhuarc

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.