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.
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
Looks like somthing like these: Code: Select all
background-size: 100% 100%
Code: Select all
background-size: 34px 34px
Code: Select all
background-size: contain
Code: Select all
background-size: cover
UPD: This seems to be relevant for Chrome and Edge, in Firefox the icons look fine even without this changes