TheCripZone SMF Themes Site
All Things Public => Site News => Topic started by: Skhilled on Aug 04, 24, 09:29:57 PM
We've found a bug in DarkModern in the 'notify alert/email' dropdown. However, the fix we've applied to it looks better than the standard SMF version. So, we'll be applying it to all current and future themes and posting the fixes along with the line numbers in their respective topics here. The fixes will also be posted on Github and the releases will be upgraded. :)
Basically, the fix is to find: '.notify_dropdown span' in your chosen 2.1 theme and add the following 2 bottom lines to it. It will wrap the text for the 'Not Following' option and make it more compact. ;)
.notify_dropdown span {
font-size: 0.9em;
display: block;
max-width: 500px;
}