EdddieN / machinon-domoticz_theme

GNU General Public License v3.0
46 stars 21 forks source link

Responsive breakpoints - number of columns #201

Closed davidlb closed 5 years ago

davidlb commented 5 years ago

Hello, I like the fact the number of columns is responsive but number of columns in breakpoints should be reviewed. Indeed, on my laptop, resolution is 1366x768 and it would be better to display 3 columns instead of 4 (see below)

image

landaisbenj commented 5 years ago

Thanks for issue. It's not the number of column the probleme. It's the "responsive" of all child. If you use a bigger screen, you may use a smaller tip. But for the moment, we don't apply this.. It's my futur job.

landaisbenj commented 5 years ago

@davidlb did you think you can solve this with last thoughts ?

davidlb commented 5 years ago

Yes, I'll give a try next week

landaisbenj commented 5 years ago

Great :D

davidlb commented 5 years ago

It's on the way, I moved to CSS grid --> https://github.com/davidlb/machinon-domoticz_theme/tree/css-grid

davidlb commented 5 years ago

Fixed in beta #233