Hello,
I suggest a slight modification to your code to impose a minimum fixed size of 8px (or whatever you want) instead of 70%.
Bearing in mind that BBCode can be nested and that the font size is a percentage, it's always possible to hide the text if you're ‘mischievous’ enough.Code:
font-size: 70% !important;
Code:
[size=50][size=50][size=50][size=50][size=50][size=50][size=50][size=50][size=50][size=50]Lorem ipsum[/size][/size][/size][/size][/size][/size][/size][/size][/size][/size]Code:
font-size: clamp(8px, 70%, 70%) !important;Statistics: Posted by cabot — Fri Apr 04, 2025 8:49 am