Today, 04:19 AM
(Yesterday, 06:48 PM)IIIDMurasaki Wrote: Unfortunately, the first code has no effect on the size of the icon. I changed the coefficient to 0.5 - 2.5 - it didn't affect anything at all. I tried to adjust the code using AI, but I also didn't get the desired result. The second code works, but changing the size of the circle is not what is needed, obviously. Thanks for trying anyway. Any other ideas?
Upd. After playing with the AI options, I managed to increase the icons, but they all increased, including the initially normal ones. Now I'm not sure if the css approach is the right one. It's about how browser scripts handle icons initially.
The first style I gave only dealt with icons in the "Most visited" page, because "Most popular" allows manual icon setting.If you want to style both pages together, remove the ".mvs-page" from the selector, i.e.:
Code:
#page-list .tile-page .launch-click-target img {
transform: scale(1.5, 1.5); /* Enlarge icon to 150% */
}
