stinger222 / edu-schedule-constructor

Custom college/school schedules constructor
4 stars 0 forks source link

Use svg for thin elements #21

Open stinger222 opened 1 year ago

stinger222 commented 1 year ago

Due to specific nature of rendering/anti-aliasing in the browsers, there is annoying width discrepancy with thin elements like burger menus icon, borders etc. so, in order to fix that, svg elements can be used, for example I noticed that YouTube use it here and there.

In my case, I consider replacing horizontal line in AddRingsSchedule form, burger icon (obviously), and some ProgressBar parts (if not all of them)

image image