eouia / MMM-CalendarExt

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

Decrease/remove margins #80

Closed smartroad closed 4 years ago

smartroad commented 4 years ago

I was wondering if it is possibole to reduce the size of the left, right and bottom margins? The blue areas in this photo?

https://i.ibb.co/nCM7XqM/20200329-184330.jpg

eouia commented 4 years ago

Which region you've put the view? Usually, the width depends on the region size.

smartroad commented 4 years ago

bottom bar - although it doesn't seem to matter what I put into position: it is always at the bottom of the screen

eouia commented 4 years ago

First, put this into your css/custom.css

.CALEXT .tableStyle {
  max-width: inherit;
}

Second, where did you put position? it means not module's position. Each view could have it's own position, so you have to put position in view section. image