#🎨-theme-development
1 messages · Page 66 of 1
.form_f75fb0 {
background-image: url("https://i.imgur.com/n3kumsf.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-color: rgba(32, 32, 32, 0.527);
border-radius: 10px;
position: relative;
}
.form_f75fb0::before {
content: "";
position: absolute;
background: rgba(0, 0, 0, 0.4);
pointer-events: none;
z-index: 1;
}
.form_f75fb0 .textArea__74017 {
background: transparent !important;
border: none !important;
z-index: 2;
box-sizing: border-box;
}
.form_f75fb0 .markup__75297 {
z-index: 2;
color: white;
font-weight: 500;
}
.form_f75fb0 .placeholder__1b31f {
z-index: 2;
color: rgba(255, 255, 255, 0.8);
}
.form_f75fb0 * {
background: transparent !important;
}
.form_f75fb0 button {
position: relative;
z-index: 2;
background: rgba(0, 0, 0, 0.6) !important;
border: 1px solid rgba(255, 255, 255, 0.3) !important;
color: white !important;
}
uhh, i dont think i got the same result(second is edited, what i think its supposed to look like)
make everything fullscreen wide and scrollable

like
uhhh
like the server list and channel navigation was combined by someone
whar
blade did that already
like this
this my current project
better tooltip?
:)
nice
btw you see my earlier message?
yeah
you don't say
at least ur not wasting time making shit css snipets no one uses
haha
the majority of the theme i put together for discord is all from actual useful snips
just so i could use discord easier on a vertical monitor :)
that looks better than anything I have made
works well on a normal monitor aswell
this is tthe best thing I have ever made lol
could potentially do something with the board
or maybe the game pop ups
how do I check class names again I forgot
--custom-widget-max-widget-height: 100vh;
--custom-widget-bar-padding: 12px;
--custom-widget-body-padding: 4px;
--custom-widget-bar-height: 20px;
that gets rid of steam's character
well theres plenty of options an one of the most popular being classic steam library which lets you pick if you want the 2013 or 2015 steam library
oh whoa
hell even 2007 ms office :) if you want to match between windows and a discord version
what is that
this
Apply themes/skins/customization the new version of the Steam® Client. Steam Client Homebrew is a community focused on extending Steam's base functionality. We've developed Millennium, commonly known as Millennium for Steam, that lets you add new features to your Steam Client.
its similar to vencord
and yes theres plugins
whoa
also not sure about vencord but millennium is a signed project https://signpath.org/projects/millennium/
and the steam client does have a reference to millennium in its source code in the live client
though its mostly there to stop millennium errors from reaching valve
holy shit
@lunar bough spaceenergy did have an exact matching discord theme to go with it but all the class updates etc.. and visual refresh just killed development of it
how it looked
yo where can i get this theme
did you bother reading the full message
my bad sir
i didnt see the message at first
visual refresh killed like most great themes right
looks like midnight at home
Can a background wallpaper be applied to form_f75fb0?
.form_f75fb0 .channelTextArea_f75fb0 {
background-image: url("https://i.imgur.com/n3kumsf.png") !important;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-color: rgba(32, 32, 32, 0.527);
border-radius: 10px;
position: relative;
}
.form_f75fb0 .themedBackground__74017 {
background: transparent !important;
backdrop-filter: none !important;
}
.form_f75fb0::before {
content: "";
position: absolute;
background: rgba(0, 0, 0, 0.4);
pointer-events: none;
z-index: 1;
}
.form_f75fb0 .textArea__74017 {
background: transparent !important;
border: none !important;
z-index: 2;
box-sizing: border-box;
}
.form_f75fb0 .markup__75297 {
z-index: 2;
color: white;
font-weight: 500;
}
.form_f75fb0 .placeholder__1b31f {
z-index: 2;
color: rgba(255, 255, 255, 0.8);
}
.form_f75fb0 button {
position: relative;
z-index: 2;
background: rgba(0, 0, 0, 0.6) !important;
border: 1px solid rgba(255, 255, 255, 0.3) !important;
color: white !important;
}
.form_f75fb0 .channelTextArea_f75fb0 {
position: relative;
border-radius: 10px;
overflow: hidden;
background-color: rgba(32, 32, 32, 0.527);
}
.form_f75fb0 .channelTextArea_f75fb0::before,
.form_f75fb0 .channelTextArea_f75fb0::after {
content: "";
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
opacity: 0;
animation: slideShow 16s infinite ease-in-out;
transition: opacity 1.5s ease-in-out;
will-change: opacity;
}
.form_f75fb0 .channelTextArea_f75fb0::before {
background-image: url("https://i.imgur.com/n3kumsf.png");
animation-delay: 0s;
}
.form_f75fb0 .channelTextArea_f75fb0::after {
background-image: url("https://i.imgur.com/gEXoBXN.png");
animation-delay: 8s;
}
@keyframes slideShow {
0%, 45% { opacity: 1; }
50%, 95% { opacity: 0; }
100% { opacity: 1; }
}
.form_f75fb0 .themedBackground__74017 {
background: transparent !important;
backdrop-filter: none !important;
}
.form_f75fb0 .textArea__74017 {
background: transparent !important;
border: none !important;
z-index: 2;
}
.form_f75fb0 .markup__75297 {
z-index: 2;
color: white;
font-weight: 500;
}
.form_f75fb0 .placeholder__1b31f {
z-index: 2;
color: rgba(255, 255, 255, 0.8);
}
.form_f75fb0 button {
position: relative;
z-index: 2;
background: rgba(0, 0, 0, 0.6) !important;
border: 1px solid rgba(255, 255, 255, 0.3) !important;
color: white !important;
}
I'm rather stupid that the buttons disappear on the second slide.
/* :small_blue_diamond: Drugie zdjęcie */
.form_f75fb0 .channelTextArea_f75fb0::after {
background-image: url("https://i.imgur.com/gEXoBXN.png");
animation-delay: 8s;
z-index: -1; /* added this */
}
if it works for you, it doesn't work for me
did you snipe the rest of the thing?
orginal code + your suggest add z-index: -1;
for me its fine
.form_f75fb0 .channelTextArea_f75fb0 {
position: relative;
border-radius: 10px;
overflow: hidden;
background-color: rgba(32, 32, 32, 0.527);
}
.form_f75fb0 .channelTextArea_f75fb0::before,
.form_f75fb0 .channelTextArea_f75fb0::after {
content: "";
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
opacity: 0;
animation: slideShow 16s infinite ease-in-out;
transition: opacity 1.5s ease-in-out;
will-change: opacity;
}
.form_f75fb0 .channelTextArea_f75fb0::before {
background-image: url("https://i.imgur.com/n3kumsf.png");
animation-delay: 0s;
}
.form_f75fb0 .channelTextArea_f75fb0::after {
background-image: url("https://i.imgur.com/gEXoBXN.png");
animation-delay: 8s;
z-index: -1;
}
@keyframes slideShow {
0%, 45% { opacity: 1; }
50%, 95% { opacity: 0; }
100% { opacity: 1; }
}
.form_f75fb0 .themedBackground__74017 {
background: transparent !important;
backdrop-filter: none !important;
}
.form_f75fb0 .textArea__74017 {
background: transparent !important;
border: none !important;
z-index: 2;
}
.form_f75fb0 .markup__75297 {
z-index: 2;
color: white;
font-weight: 500;
}
.form_f75fb0 .placeholder__1b31f {
z-index: 2;
color: rgba(255, 255, 255, 0.8);
}
.form_f75fb0 button {
position: relative;
z-index: 2;
background: rgba(0, 0, 0, 0.6) !important;
border: 1px solid rgba(255, 255, 255, 0.3) !important;
color: white !important;
}
Hmm
I solved the problem with this:
.form_f75fb0 .channelTextArea_f75fb0::before,
.form_f75fb0 .channelTextArea_f75fb0::after {
z-index: -1; /* oba pseudo-elementy w tle */
}
i wish the maximize button went like this when maximized
Is that from opera?
yes, thats where i got the thing from
thought on this bar borde
Like this?
yea
Can you give the # color you want it to be? Because it is a image
Example: #fff is white.
#6f1EFA
Ok
why
The color
You can't color a image
Wait 2 minutes and i will show you image of the result
For some reason, the left side is cut off, but it works for purple.
The corner issue should be fixed aswell
@late lichen I fixed it
/* The other buttons */
.winButton_c38106 rect,
.winButton_c38106 polygon {
fill: #6f1EFA;
}
[aria-label=Maximise] svg {/* Blueish: https://i.imgur.com/0J4YAVd.png */
background: url("https://i.imgur.com/0J4YAVd.png") center/cover;
rect {
display: none;
}
}
umm, how do i tell you the second one was from my discord
since this will get me banned in #🎨-css-snippets -
foxy jumpscare
body:has(.message__5126c[data-list-item-id$="22"])::after {
content: "get foxied";
position: absolute;
z-index: 200;
background: url(https://blade04208.github.io/css/img/fnaf-foxy.gif);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
pointer-events: none;
opacity: 0;
transition: all 0.6s steps(1, end);
@starting-style {
opacity: 1;
}
}
i don't think @starting-style is working
it does work
activate said jumpscare
yeah but why is it 22
random
oh i understand it now
and emoji is broke : :
What this do
five night at freddy
It works now?
how can you change the width of panels__5e434(user/vc panel)?
setting a margin moves some stuff offscreen and padding leaves a background
I want it to only take up the width of the channels, not the serverlist (used to have a snippet but that one broke)
.panels__5e434 {
left: 80px;
width: calc(var(--custom-guild-sidebar-width) - var(--custom-guild-list-width) - 1px);
}```
🙏
The solution is this XD
@keyframes wallpaperRotate {
0%, 33% {
background-image: url('https://i.imgur.com/gEXoBXN.png');
}
34%, 66% {
background-image: url('https://i.imgur.com/xhZAYR8.jpeg');
}
67%, 100% {
background-image: url('https://i.imgur.com/hnbz4FC.png');
}
}
.scrollableContainer__74017 {
background-image: url('https://i.imgur.com/gEXoBXN.png');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
animation: wallpaperRotate 23s infinite;
}
.form_f75fb0 .placeholder__1b31f {
z-index: 2;
color: rgb(255, 255, 255);
}
umm
Why are your buttons not level with each other
That is something in your theme
It should be like this
too look more like the opera one, the minimize is like that
True, but then you need to move only the minimise button lower
it does that
.winButton_c38106.winButtonMinMax_c38106:nth-child(1) svg rect {
width: 12px !important;
x: 0px !important;
y: 11px !important
}
Then why is your maximise button higher
Uh
You should use the aria-label, not the winbutton
Use this instead
/* Moves the - svg lower */
[aria-label=Minimise] svg {
margin-top: 7px;
}
why, nth-child(1) does that
No, you are editing the rect values
of the minimize
its cause i also change the size of it
Ok, but did you replace the maximise button to the right position?
no, i didnt move it
you can local resource images?
whoa i figured out how to do this again sort of (without :has)
.buttonsInner__5126c:not(:hover)>:is(.separator_f84418~span:not(:nth-last-child(2)), :nth-child(-n+6), .separator_f84418) {
display: none;
}
it'll only show the first 3 buttons on hover, but that's not too bad
is there perchance a reference sheet for every element
ctrl+shift+i
nobody is maintaining a reference sheet for every element 😭
damn
anything about this btw?
changed the css to fit the docs from betterdiscord
main-color isn't a thing
and background-color will only change the background color of body
what are you expecting
i was hoping someone had something stored away
main-color was copied from another theme i had installed
yeah and what are you expecting "something" to be
a reference sheet
it's a bad reference sheet if it told you to do main-color and not --main-color
its probably there to be used as a var()
var()?
it needs to have -- to be a var
variable
i know what a variable is; haven't heard of uit used in css
i see
you're using variables here
--main-color doesn't exist
hm
it might be a variable for a theme
ah
what are you wanting to do
yeah i've been trying to use the variables from another theme i installed
:root {
--custom-theme-text-color: #ff00ff;
--custom-theme-text-color-amount: 100%;
}```
:root {
--font-primary: "gg sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
--font-display: "gg sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
--font-headline: "ABC Ginto Nord", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
--font-code: "gg mono", "Source Code Pro", Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
--font-clan-body: Fraunces, "gg sans", serif, "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
--font-clan-signature: Corinthia, "gg sans", cursive, "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
--font-display-marketing: "ABC Ginto Discord", "gg sans", serif, "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
--font-display-marketing-header: "ABC Ginto Nord Discord", "gg sans", serif, "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
but that should work if it's your only css
@forest minnow ^
figured out why it wasn't working; turned out i was editing the wrong file lmao
thanks for the help!
where'd you find these variables btw?
is there documentation somewhere?
ok thanks
in case it's not clear from that screenshot, click --font-primary
then it'll take you to the definition
This css stopped working or something is wrong with it I tried the updater site but nothing changed can anyone help plz.
/**──────────║ Collapsible Emoji Picker ║──────────*/
.chat_f75fb0 .textArea__74017 {
margin-right: 45px !important;
border-radius: 16px;
+.buttons__74017 {
right: 3px;
border-radius: var(--roundness-xs);
&:hover {
backdrop-filter: blur(3px);
}
&:not(:hover)>:not(:last-child) {
display: none;
}
&:not(:hover)>.separator_aa63ab {
margin-left: 0;
&::before {
display: none;
}
button>div {
margin-left: 8px;
}
}
}
}
/* Collapse the chat buttons except when hovering */
[class^=chat_] [class*=textArea_] {
margin-right: 32px;
+[class^=buttons_] {
position: absolute;
right: 0;
&:not(:hover)>:not(:has(> [class^=emojiButton] )) {
display: none;
}
&:not(:hover)>[class^=container_] button>div {
margin-left: 8px;
}
>:has(> [class*=emojiButton_]) {
order: 99;
}
>:has(> .app-launcher-entrypoint) {
order: -1;
}
}
}```
try this
Thank you it works - anyway to eliminate those :has selectors if not thank you very much
I'm not sure why that snippet uses :has
im not sure why either i just know the snip works
but this snip doesn't seem to make discord lag even though it has :has in it
it looks like it might always show the emoji picker instead of always showing the right-most button
if you're not sure, and don't notice a difference to my snippet that doesn't use :has, you maybe should use mine
Unfortunately this doesn't work for me but what preshyon sent is
what
I thought I updated it
I can double check in a few hours
-remind 3h check snippet
!remind 3h check snippet
Alright @echo frost, in 3 hours: check snippet
@echo frost it does work just the display: none part makes the icon not be avaliable
!remind 8h tinker with emoji picker
Alright @tranquil whale, in 8 hours: tinker with emoji picker
@echo frost, <t:1762808965:R>: check snippet
?
it's working fine for me
It's working correctly for me
Did you apply it correctly?
What exactly isn't working
Ok I got it to work some how in my theme one of the options were blocking it....
gotta love when you have to get creative with a color to match everything when all you can use in it is color: for a border
@tranquil whale, <t:1762817040:R>: tinker with emoji picker
almost forgot
still not sure what you mean by this
this bit makes it dissappear
also yes same deal even without a theme applied
that makes all the buttons except the last child disappear
maybe theres another element
thats directly from your snippet
/* top bar */
.title_c38106 {
padding: 2px 2px;
background: rgba(210, 34, 131, 0.6)/var(--window-colour)/;
backdrop-filter: blur(var(--window-blur)) !important;
width: 1190px;
border-style: ridge;/outset, inset, ridge and groove work well/
border-width: 4px;
border-radius: 12px;
border-color: #d1889f;
position: relative;
z-index: 0;
display: ruby;
}
edit the server name box
how much is --radius-lg/md/sm
Check them in devtools
tried, i not showing up (or im a noob)
tysmmmm (how did u find those)
Perfectly regular devtools

Select any element, search --radius, it's right there
Hover on the var and you'll see the values
any time i enter something in the search it freezes 😞
Yeah that used to happen for me a few weeks ago
OH DAMNN YESS
I ABSOLUTELY FORGOT ABOUT THIS FEATURE
Not sure what changed, it works fine today
my devtools have also been unbearably slow recently to the point it's barely usable
I'm never updating my css
so true
Same
devtools been working fine for me
idk if it's a vesktop thing
but after ctrlshifti I have to wait like 5 seconds before I can hit the inspector button and the element I want or it'll just not work, clicking anything takes like 7 seconds before the style pane updates
it's a discord thing, likely because of too many vars
idk it wasn't this bad before I think it became much worse after recent vesktop update with new electron version
I see, I am still on electron 35
What was the name of that application that allowed you to change Steam colors, etc.?
steambrew
decky loader for big picture
Was there anything similar to Rainmeter but for Steam?
steambrew/millennium provides both themes and plugins
use ctrl+shift+i to stop guessing, but .channelTextArea__74017 { border-radius: 0 !important; }
me fixing just one icon being brigher also me adding a hover affect to all those icons :)
not sure what other buttons im missing now lol
i need help making a buble effect for containers
went even further with it lol the copy button for codeblocks :) on hover changes color
Brownrange
#874823
how can I have the channel list in the centre instead of aligned to the left
.name__2ea32 { text-align: center; }
Thank you so much do you happen to have the class for the category also
/* Channels & Category's centered. */
.wrapperCommon__29444 .mainContent__29444 .name__29444,
.name__2ea32 {
flex: 1 1 auto;
text-align: center;
}
Flex is needed for the category name to align center.
aha learnt something new. ik im not involved in this but ty. wasn't aware the flex was needed for categories!
Thank you so much
Your welcome.
anyone know the class name for this header?
ctrl shift i, click button in topleft, click element you want to know all about
wtf
I just drop it here, Discord changed channelAppLauncher_e6e74f to app-launcher-entrypoint, so if you want to hide the "app launcher" button:
.app-launcher-entrypoint{
display: none !important;
}```
Got one for hiding the nitro gift button?
.buttons__74017 > div[aria-disabled="false"] {
display: none;
}```
Thank
they broke the thing I was using to hide this recently and never figured out a new way, anyone got a snippet for that
Is this the top bar?
yes
Do you want to hide the icon and text or just the text
icon and text
.title_edbb22 { display: none; }
thanks!
Ofc
I can't see this anymore. Has it been removed?
Is the experiments plugin enabled?
Most of the tabs got removed, a lot of it was moved to discord’s devtools iirc
There’s still two tabs there though
experiments is still there for me
Yeah idk what they’re talking about
anyone got css to hide the app launcher?
[class*=channelAppLauncher_] {display: none !important;} doesnt work anymore
@junior drum ?
oh im blind
!important isn't needed in it btw
Oh if it's that then just set your green color to transparent
how
how do you do that
what command
?
You just replace #009c4a with transparent
Oh ok uh then set it to rgb(0 255 0 / 0.5)
Ok um @mystic fjord
Grab your original color and throw it back in
Then, hover over the green square until the color picker pops up
Go to the slider to the right of the rainbow and drag that down
#009C4A7F
what do y'all think
better?
which one do yall like the most
ok
@half crystal need your opinion
A, B & C\
which one looks best
holy moly
holy
A
glass gang
one day, i will join you linux users
Same
why is this corner like this and why can i not fix it
Maybe the nameplate background corner is like that so you can't change it
no because with the VC thingy on top it's normal
when it's the gaming one the right corner is rounded for some reason
That's weird
its just discord being discord and forgetting about each section, which in this case is scenario where u have only user tab + activity, I just simply do this to fix
border-top-left-radius: 0;
border-top-right-radius: 0;
}```
i did try this myself but top right corner is still not working properly
it also only applies with the name plate applied
wait that might actually fix it, let me try it
yea like i have my own big css but i have overflow is the key
along with the this
yeah same, tbf i noticed it a while ago since it only applied when u dont have those vc, quest, listenalong xd
oh and you can do as well border-radius: 0 0 var(--radius-sm) var(--radius-sm); or 0 0 8px 8px, like whatever u prefer
im satisfied as long as that corner is fixed
yep
Anyone know how to change the new fonts thing that discord implemented recently, been thinking it would be a great idea to update my API to allow edits for that to be edited as well as the old gg sans font
Some of them are just unable to be read, so I want to switch them to my dyslexia friendly comic code font
You mean the name styles?
I believe every style has a different class in their element, so you can probably find them by inspecting the name styles popout
You can also simply disable the styles in accessibility settings
how can i get rid of the rounded sides?
already changed every --radius-xx to 0px, and also cant find border-radius for this one
You selected the wrong element, go up on the html tree
very slight glass effect here :3
nice, btw should i share my mac os traffic lights as a snippet?
since the ones ive seen dont work anymore and i had to make my own
sure actually
are they gonna even appear tho?
since i dont have the normal buttons anyways
?
like are they going to work since the normal window controls dont appear anyway
if using vesktop and enabling discord titlebar they should
since im hiding my kde plasma titlebar on discord
and using builtin
oh yeah youre right
they dont work tho
so no point in having them ig
ah
i know the discord titlebar can also be stupid and have something overlayed on the buttons which make them unclickable
nah its just hyprland
ah
it would still look a bit better than a half empty titlebar
even if the buttons dont work
tbf im waiting for the back/forward buttons
theyre gonna nicely fill up the space
and be actually useful for me
for some reason enabling the experiment does nothing
for me not as much as i just use the back and forward buttons on my mouse
they got rid of it
for some reason
i remember having them without enabling them some time ago
i still have it on my windows install
huh
(that i dont even use that much so its useless)
what experiment adds them
well at least i did like 2 days ago
back forward
weird
think they removed them then
atleast on the linux version
maybe it works on the regular version
they work on regular discord with vencord installed
just doesnt support builtin titlebar which is why i dont use it'
or it does and i just dont know how to enable it
and vesktop likely doesnt have the arrows because it uses the web version of discord
lumi
also this looks so nice
is it catppuccin
yup!
yeah
never seen u in this channel before
its making my inner catppuccin obsession resurface
mine never went away 😭
im here not too often
based, catppuccin is hot afterall
truly a color scheme of all time
my whole setup is sort of catppucinnified
can show in a moment
best i could do considering you cant get actual catppuccin stuff anywhere lmfao
whats the keyboard
steelseries apex 3 tkl lavender
ah mines the monsgeek m1 v5 moonlight white
oh thats cute af
how is the mic being in front of the screen like that not bothering u, also nicee
i usually have the headset on lmao
the mic is not usually there
oh lol
I was using this for transparency on windows. It was working fine but after update it just stopped working. any solutions?
my discord has been working too smoothly as of lately, need to add some more :has
use devilbros stuff if you want your discord to lag 100% will happen
Same thing, yeah.
Okay cool, thanks

Anyone has a working version of this please
/**──────────║ Collapsible Message Actions ║──────────*/
.buttonsInner__5126c:not(:hover)>[role=button]:not(:has(>svg>[d^="M4 14a2 2 0 1 0 0-4 2 2"]), .dangerous_f7ecac) {
display: none;
}
/**──────────║ Hide Favourite Emoji On Message Bar ║──────────*/
.popoverReactionHoverBar_f84418 {
background: none !important;
border: none !important;
box-shadow: none !important;
.hoverBarButton_f84418 {
background: var(--backgroundfade) !important;
border-radius: var(--roundness-m);
&:hover {
background: var(--background-base-lowest) !important;
border: 1px solid var(--border-G1);
}
&:hover .icon_f84418 {
transform: none;
}
}
}
.buttonsInner__5126c>div:not(:last-of-type),
.buttonsInner__5126c>.hoverBarButton_f84418>div {
width: 0;
height: 0;
min-width: 0;
padding: 0;
margin: 0;
opacity: 0;
transition: min-width 0.15s ease-out,
width 0.15s ease-out,
height 0.15s ease-out,
padding 0.15s ease-out,
opacity 0.15s ease-out,
transform .2s cubic-bezier(.16, 1, .3, 1);
}
.buttonsInner__5126c:hover>.hoverBarButton_f84418:not(:last-of-type) {
width: 24px;
height: 24px;
min-width: 24px;
padding: 2px;
opacity: 1;
>div {
width: 20px;
height: 20px;
opacity: 1;
}
}
.buttonsInner__5126c:hover>.separator_f84418 {
width: 1px;
height: 24px;
margin: 2px 4px;
opacity: 1;
}
what does this do exactly
It shrinks this to a single icon upon hovering it, it reveals the entire section
like this one?
@import url('https://raw.githubusercontent.com/moonself/Vencord-Repos/refs/heads/main/Message%20Actions%20Hover');
Self plug, approbe 
i haven't updated or touched it in a while but it works just fine
Yes that is it thank you so much this does my head in when hovering over messages
Also thanks for fixing the threads/forum memberlist the other day
took me awhile to notice that it wasn't working on thread pages for some reason

made me look at least
Is there a way to move this? I am new to this, so I apologize.
In that picture, what are you referring to when you say "this"?
The tab title at the center?
Yes.
Where do you want to move it?
can i hust remove it?
.title_edbb22 { display: none; }
i am doing horrifying things
hello chat! how would i reorder the buttons in the messagebar?
have this old css snippet i made (this gif is old) that compacts the messagebar when not in use
but the recent discord update places the gift box as the rightmost messagebar button. for reasons i hope are obvious, this is fucking catastrophically terrible for me, especially since my messagebar currently looks like this
that is to say: i want to put the emoji button back as the rightmost button. how?

and this makes the message bar buttons collapsible #🎨-css-snippets message
you might also be interested in the new experiment dev://experiment/2025-09-chat-input-ia-desktop
I like variant 2 best
so i changed the status icons from the default discord one but whenever someone types then stops the status icon is reverted to the default one
anyone know how to fix this? ive been at it for hours and i genuinly cant fix it
you'd probably need to send your css
!remind 8h send css
Alright @chilly knoll, in 8 hours: send css
wait what it shouldn't be going back to a normal phone icon when they type
it should have dots when they type
this is in the member list right?
@chilly knoll, <t:1763256646:R>: send css
the first lines was my attempt at this but i just couldnt get it to work properly
after someone stops typing
and yeh for the member list
wait this is cool
Someone is working on CSS optimization, if that's the reason why Discord uses 2-3 GB of RAM.
only
it isn't
css optimisation? what is that?
i dabble into some css optimisation myself
best optimization for discord:
document.querySelectorAll('link[rel="stylesheet"]').forEach(e => e.remove());
Css can be responsible for cpu usage, but not much ram
chrome inspector memoryleaks and hangs my pc ol
What does this change?
removes all css lol
I used it, but it still eats up a lot of RAM, but oh well, never mind.
Man what the hell is your titlebar
no you didnt lol
?
normal photo, buddy
is discord really the issue when you got brave eating up 8gb of memory
I have 48GB
I'm more concerned about the kick that it eats up so much.
it still shouldnt eat that much
what so you're replacing the typing dots with a phone icon but not the phone icon with your phone icon?
i dont wanna replace the typing dots, I wanna replace the icon after someone stops typing
it basically goes like:
custom status icon > typing dots > stock status icon
yesyes, it just uses the stock discord icon
for just a bit?
you said it happens forever when they stop typing
if it's forever, then just look at the html again
it doesnt always happen forever, sometimes it resets when switching servers or updating the CSS file
oh
well have you looked at the html just to confirm it doesn't change?
I think it might be funky stuff with masks that I've seen before
I think this is where I saw something similar happen
https://discord.com/channels/1015060230222131221/1238594298115788860
I don't really have time to look at it today
is there any css to remove this thing? I can't find anything by searching in this server
it pops up every couple of days
all I know is that its some funky stuff lol
I'll have a look tomorrow
you can turn off the experiment to get rid of it
it should be called something like "Do Not Disturb Reminder" i think
oh perfect thank you!

i know it's bad practice, but why does*{border-radius:0px;} do absolutely nothing? *{outline:1px solid red;} performs as intended
works as intended with !important. this is so fucking weird
because * has very low specificity, so if anything is already defining a border-radius, it'll have higher specificty
and 0 is the default border-radius
so anything that's border-radius: unset will look the same as 0
if you do border-radius: 32px; or something, you will notice a difference
you'll notice a difference between the red outline with and without the !important
how do i make this rounded
.panels__5e434 { border-radius: 100px; }
hey, what's the CSS for the avatar decorations in chat?
can't seem to find them, i've made chat avatars bigger so the deco is now desynced
nvm found it
is there any css I could use to block specific reactions from appearing on messages?
Probably with some :has() and aria-label shenanigans
.reaction__23977 > :is(
[aria-label^="u6e80,"],
[aria-label^="pregnant man,"]
) {
display: none;
}```
omg thank you 😭
whats u6e80
🈵
oh
Hello, how can I shrink the server sidebar and server icons to be thinner ?
You can edit this as you want
.guilds__5e434 { width: 60px; .listItem__650eb { right: 5px; .pill_e5445c, .pill__1f388 { left: 5px; } } }
you can put classes inside of a class object?
how fitting
Yes!
Thank you!
Also, do you know how to move the user pill to the left (the one that has the pfp, mute, deafen, etc) for example?
I've trying to use the developer tools but no luck
Do you mean this?
Yes
The buttons or the entire thing
Entire thing
.panels__5e434 {
left: 80px;
}```
Play around with this
Ohh, so I had to use .panels
Thanks you guys, really appreciated



it doesn't work
.panels__5e434 { border-radius: 100px; overflow: hidden !important; }
welcome to nesting
sorry
sorry for what
i fixed my chatbar finally
They wanted to make their own radius edits, 100px is unlikely they'll use it so it'll look better for them
how do i properly setup the padding on this??
-# the last one is the reason im messing with the padding
I'd use a margin, not a padding
i mean, the last one is the effect i want, channels to get blurred under the user area thing
thanks for specifying
but the "margin" on the last channel is different between servers, on one its like 4px and on the other its like 8px
hello is there any way to change the background too? not just hiding the server id
the background of what?
i don't really know what the thing exactly called.. this thing
I wanna ask about can u change the bg of the Server id
is there a way to reorder these? it's playing with my muscle memory
dev://experiment/2025-09-chat-input-ia-desktop
that experiment is being rolled out, try the different options
there is also a way to reorder them in css if/when the experiment goes away though but right now I recommend trying the above
5th one worked, thanks a lot
Um, excuse me, after yesterday's update, this thing is suddenly not transparent anymore, anyone know why? 
I am using Discord's CleanVision 7.0.1
class name might have changed
i thought that was already reverted
guilds got new tooltips specifically for them
.tooltip_c36707 {
background: transparent;
}
Thanks for trying to help, but it's still the same 🥲
When i add this to my theme it becomes transparent
wait now they're back to animated??
wdym animated?
Oh hey- The Discord has fixed it :D Still thanks for your help btw
Great!
Where do i add this
In the quick css editor or in your theme
Ok I'll try it later thank for the help 
No problem
Can anyone teach me where to change the text's color?
I can barely see the texts now XD
:root { --channel-text-area-placeholder: #f09 !important; }
Thank you!
May I also ask the way to change the texts in friend's search bar and the texts add friend's search bar's way? 👉👈
I tried use filter to find --text-area-placeholder, then I got a huge lag 🥲
--input-placeholder-text
The texts add friend's search bar's is changed! :D Thank you very much!
But texts in friend's search bar seems to separated elements ;-;
no, it's not
:O
I swear I am not lying 
Maybe it's my theme's fault, sorry for the bother. 
is it better to fix a theme manually or run it through the class updater
Agreed
any chance it could be pinned her or theme support
I mean, it's the 2nd to last message in that channel
how to fix this from NOT being transparent?
it isn't transparent in a server, but it's transparent when I'm in my DMs
is it just me or the themes are not showing on better discord
does this look like the better discord support server to you..
@iron smelt why the ❓
Open devtools use the select thing and click on the fortnite tab, then look what class has the background and make it transparent
does discord change the search bar tooltip? it turns into default one again :/
discord currently has 2 (3 if counting the guild hover one) tooltips - "inbox" and "show members list" buttons have both of them
you theme both if you feel like it
it's weird that the search bark thing is different as my theme
:/
which one though
this thing tho
they redesigned it, so you have to retheme it
are discord finally adding icons in more places,
like they did with the settings redesign
👏 we 👏 love 👏 mana! 👏 we 👏 love 👏 mana! 👏 we 👏 love 👏 mana! 👏 we 👏 love 👏 mana!
doesnt seem like it lol
Most questions have already been answered. Before asking, read #1257025907625951423 and use Discord's search function to look up keywords related to your question.
erm this actually is a support rule so it doesn't apply there
understand the concept of humor
understand the concept of humor
understnad the concept of humor
please do so
understand the concept of humor
understand the concept of humor
Probably a stupid question and one that's been answered before, but I promise I've searched for it and couldn't find an answer: How do I add some... padding above the the User bar thing so that the channel/DMs don't get cut off abruptly but would look like in the second image? I apologize if it's been answered before!
Probably by adjusting some values properly, my thing to redesign the user area doesn't do that
It's likely smth where you should set a variable to a value instead of manually setting a size to that value
How does CSS work to apply images only to this area?
background, ::after or ::before pseudo-elements
But how do you mark the area at the top of the photo that ends at the intersecting lines?
it depends on what those lines are there for
Well, let's start with that, because I don't know anything about lines : |
is this something you've drawn yourself or were you using the element picker tool?
picker tool
what are pseudo elements
what were you selecting?
isn't there an option in the Vencord settings to use the native window toolbar instead of discord's custom one?
I could not for the life of me find it
in content__5e434
the last one (ignore the fact it says Windows as I'm using that)
yeah that's not there for me
in the general Vencord settings
that's weird
oh wait
guess you'll have to wait for it to be merged
yea
unless it's a Canary bug and it might be reverted
at least I found a CSS fix
yea as long as it works it's fine
yup
haven't we had this conversation before?
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/Pseudo-elements
sir... i can't remember what I ate for dinner yesterday let alone a convo I had in the past
this already sounds confusing lol
alright, as you can see from that screenshot it says "subgrid", that's because the element you're selecting is a cell in a grid made by its parent
so the lines you see here are the grid's cells borders
now, what cell do you want to apply a background to?
alright fair enough
as shown in the photo, these 3 sectors
anyone know how i would change the background color to the folders?
.folderIconWrapper__48112 {
background-color: #8d0fbe;
}
basic and probably not the best solution
what about the background color behind the server icons?
So what exactly do you want to change?
you see the background behind these server icons? those
So you want to change the background of servers or folders?
of the servers now
But servers in folders, or all of them?
in folders
I'll send something tomorrow because I have already turned my pc off for the day
As you can see, there are blue lines, and do you mean that even the color can be the same as in the photo?
yes
like the photo
.folderGroup__48112 {
background-color: peru /*change to like color*/
}
this didn't change it
search in css to see if you have anything with the class: “folderGroup__48112”
yes
this is standard
yes but using the code for it doesn't do anything
do you use this?
@import url("https://scattagain.github.io/VencordStuff/css/GuildbarRevert.css");
no
try
that did not fix it
fixed it with this:
.isExpanded__48112 .folderGroupBackground__48112 {
background-color: #000;
}```
It's strange because, for example, it didn't remove any color from mine.
XD
weird css moment
Is it possible to render the entire Discord CSS?
anyone know how i would go about changing this gradient to be a solid black background
.pulseGradient__11664 { display: none; }
tysm
wdym by this?
see all of discord's css rules?
there's css files (purple) in the sources tab. top>discord.com>assets (you can also go there from a css rule)
now that I look at it, these 3 "sectors" are just the scrollers
cuz since they have to, well, scroll
they need an overflow, which is going above them
if you were to apply overflow: visible to the guilds and dms/channels scrollers and scroll down, you'd see the guilds/dms poking through
thinking of designing a custom font for one of my themes what vibe should I go with
Wingdings
new widget
we have a problem!
anyone knows a way to detect if the window is maximized without checking the size?
got it too
Is there a way to hide specific stickers that are sent in chat?
Yeah, you can hide a specific sticker by targeting its sticker ID, best way I can think of doing it is like this
[data-id="1039992459209490513"] {
display: none !important;
}
Sounds good, thanks :)
Is there an easy way to get the ID of a sticker?
You can right click it in the send sticker menu if it's a sticker you can use, but if not, I can only think of inspect element
And how, because I want to place images here and animate them so that they match the top bar to create a consistent look. When I get home, I'll show you what I want to connect it to.
^
I guess you could set a few ::before pseudo-elements on the scrollers, give them an absolute positioning and then a background-image
Actually, no
Because if you want the images to be outside the scroller's container you'd have to overflow: visible the scrollers, which would make the other elements visible
Idk send me what you want to do and I'll see if I can make it work
could u try do this #🎨-theme-development message #🎨-theme-development message
.linkTop__2ea32 >.iconContainer__2ea32 {
&::before {
z-index: 999;
width: 20px;
height: 20px;
content: "";
position: absolute;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%234e5058' d='M7.25 9A.75.75 0 0 1 8 8.25h8a.75.75 0 0 1 0 1.5H8A.75.75 0 0 1 7.25 9m0 3.5a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75' stroke-width='0.7' stroke='%234e5058' /%3E%3C/svg%3E");
}
>.icon__2ea32 > path {
d: path("m13.629 20.472l-.542.916c-.483.816-1.69.816-2.174 0l-.542-.916c-.42-.71-.63-1.066-.968-1.262c-.338-.197-.763-.204-1.613-.219c-1.256-.021-2.043-.098-2.703-.372a5 5 0 0 1-2.706-2.706C2 14.995 2 13.83 2 11.5v-1c0-3.273 0-4.91.737-6.112a5 5 0 0 1 1.65-1.651C5.59 2 7.228 2 10.5 2h3c3.273 0 4.91 0 6.113.737a5 5 0 0 1 1.65 1.65C22 5.59 22 7.228 22 10.5v1c0 2.33 0 3.495-.38 4.413a5 5 0 0 1-2.707 2.706c-.66.274-1.447.35-2.703.372c-.85.015-1.275.022-1.613.219c-.338.196-.548.551-.968 1.262");
}
}```

gonna make dinner now, bye
would this cause issues (like performance) if i was to do it for like an extra 100 icons (well maybe not 100 but yeh)
enjoy and thnx
continuation of the strip, without changing its position, because it is supposed to be a plain background
but I don't know how to paste or split containers and so on
I have no idea
Thanks
I am so confused by what you want to do
Hmm, once again, I want to make one long belt with wallpaper (images that I animate).
Is the wallpaper the same for all the length of the belt?
that how the same
I want to extend the belt I already have.
No, no,
because I don't know if it's possible to have only half of the area as a background.
now that I look at it, where tf is your top bar
why is your left area stuck to the top

and why are your input area elements not properly centered, except for the attachment button?
the more I look at it, the more I feel pain
because I wanted it to be more convenient for me
prob forgot to change the padding on it
redoing my theme finally and really want to do something like this (softx) but cant figure it out
anyone have a snippet for these?
Absolutely sane
ℹ️ Notice:
You are talking to Blade0. (Also known as @half crystal, the.rabbit.disabler, Blade04208, Blade02408, BladeZero4208, "hubba bubba", or "Bob" (Formally).)
Blade0 is batshit insane and does not understand the concept of the following words, or any concepts surrounding these words:
Stupid, Pointless, Idiotic, Impractical, Unnecessary, Useless, Insane, Mental Asylum
He will not stop at anything until his predetermined goals have been achieved.
Please take this into account next time you interact with him.
Good day
From the desk of Legal
Rabbit Disabler Industries
Behind You
https://rabbitdisablerindustries.store
Nooo, not the Jerryrigeverything knives 😔
Looks cool
we plan to sell blenders soon
I wonder if it would be easier to check if the server is unread and set an effect on it or just enlarge the unread pill and moving it behind the server icon

Wtf is the 9000?
rabbit neutraliser
do not tell
Aight, there's no class for unread servers, so unread pill it is
yeah i like it
cant for the life of me figure out how he did it
thus the question
but i like it
working on it
.folderGuildsList__48112 > .listItem__650eb {
>.pill_e5445c {
overflow: visible;
top: -2px;
left: 18px;
width: 44px;
height: 44px;
>.item__58105 {
border-radius: 50%;
left: 3.5px;
width: inherit;
height: inherit !important;
transform: unset !important;
filter: drop-shadow(0 0 4px white);
}
}
>div:not([class]) {
border-radius: 50% !important;
overflow: hidden;
.icon__6e9f8 {
width: 34px;
height: 34px;
border-radius: 50%;
border: 6px solid black;
}
}
}```
rough sketch, play around with this and find what you like best
maybe tomorrow I'll read the original code and make a better version of this ^
to do first, you'd need a has I think
oh you already made it
It bothers me cause I think at one point there was an unread class and then when they switched the server design from the 50px versions to the 48px ones the unread pill height got based on some js nonsense
this doesnt seem to do anything for me...
Weird because it was working on my end
it wasn't quite working for me either
my first thought was maybe its because im on macos, but i dont think that really has any effect on anything
how would you format it without the nesting?
I'll check later if it still works for me, it would be funny if discord changed classes during the night lmfao
i think that might be whats fucking it over
fwiw the rest of this theme has literally no nesting at all
no the classes are correct, at least as far as i can tell
I don't think the OS has any effect on nesting effectiveness

I don't know honestly, I just woke up
hmm
i mean if you want to root around in the theme im basing this off, this is the file
its awful
its not organized at all
it probably looks terrible on windows
this is the code softx uses
Yeah, it's the one I was looking at yesterday evening before going to sleep lol
I don't know scss but at least the properties should be the same as css
vsb 1 scam
Done! 
softbanned @glass niche
yay
try also setting it to this element .members_c8ffbb
All separate members have a background applied to them as well
oh
Have you managed to get it working?
nope
really janky
lemme send a video if you dont mind
its so weird
it either works halfway or is entirely broken
.chatContent_f75fb0 + .container_c8ffbb, /* memberlist */
.content_f75fb0 .container_c8ffbb, /* forum memberlist */
.chatContent_f75fb0 + .membersWrap_c8ffbb, /* forum thread memberlist */
.members_c8ffbb, /* another layer on memberlist */
.member_c8ffbb, /* each member also has a bg */
these are the selectors for that area
you want to set background: none on the last 2
trying everything
im not very good with this
could you please send the actual code instead of a screenshot? so that I can tweak and test it without having to copy it manually
thanks
1 sec
here
background-image: url("https://cdn.discordapp.com/attachments/1415378553066750116/1444657147748155402/still_dope_powerwalk_burning_off_the_calories.png?ex=692ed2d0&is=692d8150&hm=9b1f9fd93b32e5ef4c09876a7ce7327fb7ae5e261ec49b9b753ff3383e41966e&");
this?
i can just tweak the opacity later
thats good enough
/* member */
.membersWrap_c8ffbb:hover::-webkit-scrollbar {
background-color: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(15px);
display: none !important;
}
.members_c8ffbb {
--paddingY: 15px;
position: absolute;
z-index: 100;
top: 47%;
max-height: 80vh;
overflow-y: auto;
right: 0%;
background: none;
transform: translate(95%, -50%) !important;
background-image: url("https://cdn.discordapp.com/attachments/1415378553066750116/1444657147748155402/still_dope_powerwalk_burning_off_the_calories.png?ex=692ed2d0&is=692d8150&hm=9b1f9fd93b32e5ef4c09876a7ce7327fb7ae5e261ec49b9b753ff3383e41966e&");
transition: all 0.35s ease;
border-radius: 30px;
height: 82.5vh;
}
.members_c8ffbb:hover {
transform: translate(0%, -50%) !important;
height: 82.5vh;
}
/* simply tweak this part with a different background color */
.member_c8ffbb {
background: none;
}
thanks!!
np
ok slight issue
the initial member background is still like there
this thing
its
still there
it's a bit difficult without the full theme
because there's so many things that have a background
yeah i have no idea why they do
fixed
o
wait what indeed, there's no image now
its ok
both .members_c8ffbb and .membersWrap_c8ffbb have backgrounds
.members_c8ffbb set its background to none
alongside the other stuff
/* member */
.membersWrap_c8ffbb:hover::-webkit-scrollbar {
background-color: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(15px);
display: none !important;
}
.membersWrap_c8ffbb {
--paddingY: 15px;
position: absolute;
z-index: 100;
top: 47%;
max-height: 80vh;
overflow-y: auto;
right: 0%;
background: none;
transform: translate(95%, -50%) !important;
background-image: url("https://cdn.discordapp.com/attachments/1415378553066750116/1444657147748155402/still_dope_powerwalk_burning_off_the_calories.png?ex=692ed2d0&is=692d8150&hm=9b1f9fd93b32e5ef4c09876a7ce7327fb7ae5e261ec49b9b753ff3383e41966e&");
transition: all 0.35s ease;
border-radius: 30px;
height: 82.5vh;
}
.membersWrap_c8ffbb:hover {
transform: translate(0%, -50%) !important;
height: 82.5vh;
}
.members_c8ffbb {
background: none;
}
/* simply tweak this part with a different background color */
.member_c8ffbb {
background: none;
}```
so full code becomes like this
np
I would not use a discord attachment link since they expire after a while tho
try something like imgur or catbox
swapped it out for a color anyway

trying to make it look the same as this
liquid glass-ish
so no colors needed
pretty much yea
just a shit ton of backdrop blur
most you can do is just slight tint

ok im not sure if this is just a discord thing i can't change but to illustrate it very clearly
i have the border radius set to like 30px, the top is fine but the bottom seems faded for some reason
0 rounding pay attention to the bottom fading out its so weird
its a mask
/*floatingsidebar*/
nav[class*="guilds"]::-webkit-scrollbar {
display: none !important;
}
nav[class*="guilds"] {
--paddingY: 15px;
position: absolute;
z-index: 100;
top: 50%;
max-height: auto;
overflow-y: auto;
transform: translate(-90%, -50%) !important;
transition: all 0.35s ease;
border-radius: 35px;
background-color: rgba(255, 0, 0, 1);
backdrop-filter: blur(30px);
padding-top: var(--paddingY);
padding-bottom: 15px;
mask: none;
}
nav[class*="guilds"] div {
transform: scale(0);
}
nav[class*="guilds"]:hover {
transform: translate(0%, -50%) !important;
height: auto;
}
nav[class*="guilds"]:hover div {
transform: scale(100%);
}
thanks
It's a mask at the bottom
would it be possible to turn this into a floating sidebar in dms
might be possible
i need to know the selector for it
<aside aria-labelledby="user-profile-sidebar-heading-xxxx">...</aside>
the X's are a placeholder for the user ID so you can just use something like
aside[aria-labelledby^="user-profile-sidebar-heading-"]
as selector
also anyone got an idea why devtools' been laggy asf lately?
tons of vars being displayed all at once
firefox (and maybe chrome, I haven't updated yet) fixed it by hiding unused ones behind a button
great
am i the only one to dislike the new server header ?
i thought it was just me ngl
always has been
omg i just noticed smth horrible
code blocks when unspoilered keep some ass overlay or smth
if i remove spoilerContent__299eb from the message, it goes away, but idk exactly how tf i'm gonna have to fix it
feels more like a theme thing then a vencord thing but can I restore my native linux titlebar and get rid of this one with the stupid buttons in the bar?
should be possible with vesktop but idk if its still possible on the desktop client
Do you have this option?
for linux
I think there was a PR for that
Ah cool, I'll check the vencord settings, if it's not there I'll wait for the PR
how do i change the poll selected color without also changing the not-selected color
just changing the background color of the selected option
ah nevermind
--custom-poll-style-vote-percentage
is the variable that changes just the poll selected color
do you guys know how to get rid of this black gap when somebody's typing in any given channel
its kinda bothersome
.chatGradientBase__36d07 { display: none; }
could it be displayed only if you're backreading so that the indicator and messages dont end up overlapping
it's the reason for existing but it's always there
alr ill just keep it in that case
is there a way to like
make the dm icon stay on top
kinda annoying having a small server list which looks cool but scrolling slightly just makes the dm icon disappear
--scroller_non-linux-top-padding: 4px;
--scroller_bg: var(--background-base-lowest);
--scroller_gap: var(--space-xs);
gap: 0 !important;
& > :nth-child(1),
& > :nth-child(2) {
background-color: var(--scroller_bg) !important;
padding-bottom: var(--scroller_gap) !important;
position: sticky !important;
z-index: 999 !important;
}
/* Home */
& > :nth-child(1) {
top: 0 !important;
}
/* DMs */
& > :nth-child(2) {
margin-bottom: var(--scroller_gap) !important;
top: calc(
var(--scroller_non-linux-top-padding) + var(--guildbar-avatar-size) +
var(--scroller_gap)
) !important;
align-items: center !important;
/* Hidden when nothing is unread */
visibility: visible;
&::before {
content: "";
/* Stolen from .guildSeparator__252b6 */
background-color: var(--app-border-frame);
border-radius: 1px;
height: 1px;
width: 32px;
}
&::after {
content: "";
position: absolute;
inset-inline: 0;
inset-block-start: unset;
inset-block-end: calc(var(--scroller_gap) * -1);
height: var(--scroller_gap);
background-image: linear-gradient(var(--scroller_bg), transparent);
}
}
/* Border */
& > :nth-child(3) {
display: none;
}
:root:where(.platform-mac, .platform-win) & {
padding-top: 0 !important;
& > :nth-child(1) {
padding-top: var(--scroller_non-linux-top-padding) !important;
}
}
}
didn't quite work
hold on lemme send the css i have for the serverlist
works on my machine (tm)
im not sure what's up with that then
how do you even open servers with that
wym
its functional
all you gotta do is hover and click
it's the only css applied
you hover over to the side and then all you gotta do is keep your cursor there where the servers are located
is it automatically closing once you're out of the hovering margin or something
there's just nothing
no, so diy
alr
Huh, why do you have 2 cursors?
silly windows magnifier + obs
Eh it's a good switch to mana components
The invite button really isn't needed tho
these are not the same buttons that are used everywhere else



