luksan47 / mars

Eötvös Collegium's Unified IT System
MIT License
4 stars 16 forks source link

Review UI responsiveness #419

Open luksan47 opened 4 years ago

luksan47 commented 4 years ago

The task is to check every page if it looks good in every screensize. (Eg. the economic committe has some flows on 125%). If not, the grid layout should be modified accrodingly (in the div tags with col classes one should tweak the s* m* l* xl* values).

kdmnk commented 4 years ago

423 will solve most of this issues, but reopen if needed.

kdmnk commented 4 years ago

The other issue regarding to this is #414. Besides these, the main layouts should be fine, I have tested it when I made the new UI. However, a review could be helpful indeed.

kdmnk commented 4 years ago

Materialize's biggest screen size that changes the grid is 1200px (xl). Above that we don't have much choice, unless we change the sass files.

luksan47 commented 4 years ago

The problem is not with the big but the small screen sizes, they should be fine-tuned. I would keep #414 as a separate issue, the problem I wanted bring up here is only related to the grid system.