News:

On Deck: Next is "Bluemoon" For SMF 2.1.4! ;)

 

Recent Topics

Members
Stats
  • Total Posts: 10,779
  • Total Topics: 1,379
  • Online today: 799
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 787
Total: 787

Theme Fixes

Started by Skhilled, Aug 04, 24, 09:29:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Skhilled

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;
}