WebUi 1.4.0.107 - icon images scaling
Posted: Wed Dec 04, 2024 1:50 pm
It's certainly not a bug, but I thought I could improve the scaling of admin icons a bit without replacing the images themselves.
Looks like somthing like these: or or
Does a better job at scaling icons (more detail retained, less jaggedness, a little smoother) than current:
I don't know much about HTML, but I thought this was a way to improve the display of icons a little bit 
UPD: This seems to be relevant for Chrome and Edge, in Firefox the icons look fine even without this changes
Code: Select all
background-size: 100% 100%Code: Select all
background-size: 34px 34pxCode: Select all
background-size: containCode: Select all
background-size: coverUPD: This seems to be relevant for Chrome and Edge, in Firefox the icons look fine even without this changes