If you mean the forum icons and you want to reduce their sizes, use this code:BestJack wrote: Fri Feb 07, 2025 3:57 am So the only option is to change it from the default ones to the custom ones? No way to shrink them?
Code: Select all
.forum_icon .iconify,
.forum_icon svg,
.stat-block svg,
.stat-block .iconify {
height: 28px !important;
width: 28px !important;
min-width: 28px !important;
min-height: 28px !important;
}
Code: Select all
.topic-icon {
background-image: none !important;
}