Versus the previous version of my code. I've adjusted the wording.
[edit]
It's not the normal notepad widget, here's what I mean:

Ah, okay. My apologies for misunderstanding then, and thank you for clarifying.

💬 -Mention-Events">Forum Group Mentions - Highlights the name of the pinged group in sidebar events.
😵 -Topics-Horizontal-Overflow">Recent Topics Page Fix - This is a silly one that will only help ~2 people.
- thank you for the adblock addition! That has seriously made my day! :D :D
would it be possible to hide the div id header and the span id postcards? to get rid of the useless chunk of page at the top
Sure it goes like this:
/* remove header and postcards */
, {
display: none;
}
❤
I tried that and it didn't work, just now noticed that I was missing a bracket somewhere else ^^ thank you!! you're awesome
Oh that's the worst! I also have this if you want some more space saving features. karlpiper.com/subeta/customcss/-Optimized-Layout
Well, my issue seems to have fixed itself so everything is good again ^_^
Well that's great to hear they must just be in there changing stuff. :D
That's what I figured too ^_^
I seemed to have lost my toggle sidebar button. Do you know how I can get it back? Thank you. I use it when I'm battling, where I hide my sidebar or when the site is lagging, I hide it then too. Thanks.

The feature is gone, haven't seen a bug report or announcement, so hopefully it's temporary… :
I didn't think of that. Hopefully, they will bring it back.

Hey there! Amazing thread, thanks for all the work. Quick inquiry- is there any way to hide the battle challenger opponents on the battle page? Getting rid of them would automatically show more of the relevant battle details, and make the page require less scrolling.
just the images? i use .battle-images {display:none;}
@ jensen Hah! Yes, that's exactly what I wanted! Seems so simple.... Thanks!
[Edit] Whoops. Accidentally cleared my pings. - do the thing! [Url]https://subeta.net/forums.php/gotopost/62547163[/url] [Url]https://subeta.net/forums.php/gotopost/62556999[/url]
That's the dream! Maybe I'll focus on one thing, probably the header, and build from there. It gets complicated so quickly and my instinct is always to go deep and extra thorough 😵