riquezjp / kitchenTV

Kitchen TV; weather, clock, live news feeds & video for Raspberry pi using PHP/javascript
GNU General Public License v3.0
26 stars 12 forks source link

Using the new CSS grid box with K.TV #16

Open JoshuaKimsey opened 6 years ago

JoshuaKimsey commented 6 years ago

So I was wondering if K.TV should start using the new CSS grid system that's now supported on all browsers? It might make it easier to make it compatible with any sized screen, and it shouldn't be overly hard to implement with how you did your css sizing.

What are your thoughts on this?

riquezjp commented 6 years ago

Yes it looks awesome, although i havent used it yet. The old table layout designs of the 90's were really easy to work with, so a proper way of doing this has been a long time coming. This would be a good way for me to update my knowledge. Thanks for the tip.

JoshuaKimsey commented 6 years ago

If you update the original with that, I might be able to drop Materialize for that instead, which would definitely improve performance!