Yay. Collapsible forum sections ! Well done guys
Are you saying that adding wasted space is reducing wasted space?ad teh massive reduction in padding, a lot less wasted space, something they should implement as standard.
That's fine by me, I like steam's UI/colour schemeIt looks like Steam. :/
Are you saying that adding wasted space is reducing wasted space?
Right now I like the forums without padding. If padding is introduced, I hope it is made optional for users and not forced upon those that don't need or even want it.and the massive reduction in padding = a lot less wasted space
i believe is what he's saying.
Right now I like the forums without padding. If padding is introduced, I hope it is made optional for users and not forced upon those that don't need or even want it.
of course, i said it needs reducing not removing.Some padding in certain places can be useful though to differentiate between content and improve legibility.
Right now I like the forums without padding. If padding is introduced, I hope it is made optional for users and not forced upon those that don't need or even want it.
Can we please also make the rest collapsable, ie:
Staff Online Now
Members Online Now
New Posts
New Profile Posts
Forum Statistics
there's padding all over the place, hence reducing it reduces the wasted space and improves the looks.
I thought Glaucus just meant padding on the left and right of the forums so the forum was narrower and perhaps easier to read for some users, such as those on ultra-wide monitors.i have a feeling you don't quite know what padding is
Can we please also make the rest collapsable, ie:
Staff Online Now
Members Online Now
New Posts
New Profile Posts
Forum Statistics
#boardStats {
display: none;
}
.profilePostList{
display: none;
}
.membersOnline {
display: none;
}
.threadList {
display: none;
}
I don't know if it's been mentioned yet, but links that are posted which lead to another thread/post on this forum don't open in a new tab like external likes. Can this be fixed?
Surely simplest solution would just be to right click on the link (or a double click on Mac) and select 'open in new tab'?
*Like*if you're using stylish, the below code will hide them for good
Code:#boardStats { display: none; } .profilePostList{ display: none; } .membersOnline { display: none; } .threadList { display: none; }