#**Slideover Servers**

1 messages ยท Page 1 of 1 (latest)

wicked estuary
#

very good very good

#

๐Ÿ—ฟ

#

u know its a good day when andrew grant posts a new css snippet

honest kite
#

The icons not showing up in your video is intentional or unintentional?

shadow magnet
#

Oh no, yeah that's intentional (and not included in this snippet). I've got more than one server that would give away my general location and I thought it best to just white them out lol

normal raft
visual cairn
#

it just doesn't work

topaz crane
#

this is literally a blessing, i hate how clunky discord gets with a bunch of servers (even with folders)

austere tartan
#

I can see how this would be useful for some people

shadow magnet
# visual cairn it just doesn't work

Are you using a language outside of English? Change (or add to your QuickCSS)

div[aria-label="Servers"] {
    height: calc(var(--sos-number-of-rows) * 56px);
}

to whatever the aria-label the server list div is

#

I can't grab that div without aria labels in a performant way, I don't think

shadow magnet
cinder ruin
#

(im using it as an online theme btw)

shadow magnet
#

hmm, are you on the visual refresh, or is your language set to something other than English?

shadow magnet
# normal raft could you make it so this line is on the whole thing instead just the 1st column

pushed a fix to GitHub, should propagate in a few minutes.
Here's the CSS in the meantime:

/* Alow guild separator to expand on hover */
[class^="guildSeparator_"] {
    position:absolute;
    width: 40px;
    left: 16px;
    top: -2px;
}

/* expand server list and guild separator on hover */
nav[class^="wrapper_"]:hover {
    width: var(--sos-server-expand-width);
    [class^="guildSeparator_"] {
        width: 182px;
    }
}
cinder ruin
shadow magnet
cinder ruin
#

ok

#

lemme re-enable the online theme

#

thats even more bugged

honest kite
# cinder ruin thats even more bugged

maybe turn off better folders? that might conflict a bit, considering its a seperate div entirely (better folders mess with any theme that touches the server list like horizontal server list

vestal sorrel
# shadow magnet Thank you! I've used server column themes for a while, but I didn't like how the...

would it be possible to modify some things like ServerColumns such as dms being aligned in columns?

https://mwittrien.github.io/BetterDiscordAddons/Themes/ServerColumns/ServerColumns.css

    --columns:        3;                /* default: 3    (amount of servercolumns)                        */
    
    --guildsize:        50;                /* default: 50    (serversize in pixel)                            */
    --guildgap:        3;                /* default: 3    (top/bottom gap between servers in pixel)                */
    
    --aligndms:        1;                /* default: 0    (should DMs be aligned in columns: 0 = no, 1 = yes)            */
}```
#

also making ServerListIndicators in one line when the server list is expanded would look better imo

shadow magnet
dapper creek
#

How to get this but for channels?