Alvinger / MMM-ResRobot

ResRobot module for Magic Mirror 2 - Display public transport departures
14 stars 14 forks source link

Tram and bus icons not aligned #20

Open manshurtigh opened 1 year ago

manshurtigh commented 1 year ago

Hi!

Thank you for a great and easy to use module.

I found that the tram and bus icons are not aligned, which is really annoying. Should be very easy to fix with CSS?

2023-07-27 22_29_28-MagicMirror²

manshurtigh commented 1 year ago

As a quick and dirty fix I added below to custom.css.

/*****************************************************/
/*** MMM-ResRobot  ***/
.fa-subway {
        padding-right: 1.25px;
}
/*****************************************************/

2023-07-27 22_47_42-MagicMirror²

Alvinger commented 1 year ago

@manshurtigh Thanks for the quick fix. I have no idea why the subway icon has a different alignment than the others.