#**Slideover Servers**
1 messages ยท Page 1 of 1 (latest)
very good very good
๐ฟ
u know its a good day when andrew grant posts a new css snippet
The icons not showing up in your video is intentional or unintentional?
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
could you make it so this line is on the whole thing instead just the 1st column
it just doesn't work
this is literally a blessing, i hate how clunky discord gets with a bunch of servers (even with folders)
I can see how this would be useful for some people
yeah, I could try
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
Thank you! I've used server column themes for a while, but I didn't like how they changed the sorting order from mobile view and just much space they took up on a secondary monitor lol
hmm, are you on the visual refresh, or is your language set to something other than English?
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;
}
}
not using visual refresh, but my language is mexican spanish.
add this to your QuickCSS:
div[aria-label="Servidores"] {
height: calc(var(--sos-number-of-rows) * 56px);
}
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
im not
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
It's possible, yeah (I originally used to have it like that), but IMO it's much worse for usability to have DMs aligned in columns. You either have some DMs hidden when the sidebar isn't expanded, or you have the entire sidebar shift position when hovering over it
How to get this but for channels?