eouia / MMM-CalendarExt

Calendar views for MagicMirror
MIT License
57 stars 18 forks source link

Witdh 100%? #32

Closed landaisbenj closed 6 years ago

landaisbenj commented 6 years ago

Hello.

I have this board: image Do you know, how can i make ma calendar more large ?

fenixjr commented 6 years ago
 .CALEXT .tableStyle {
     margin: -50px;
     max-width: 150%;
 }

I changed my CSS to something like that. worked well. might need some fine tuning.

landaisbenj commented 6 years ago

Thank you!!!!

Work fine with this:

''' margin:0px; max-width: 100%; '''