#🎨-theme-development

1 messages · Page 22 of 1

summer adder
#

but

bleak gust
#

you need a glorified proxy service

#

it is always morally okay

summer adder
#

if you're that desperate to see the lines of my 'qcss' just go check purple theme on my github

bleak gust
#

thats a lot of css files

summer adder
#

yeah :3

bleak gust
#

idk it would be nice if there was a way to target those things based on the raw translation underneath maybe

#

that could be a plugin

summer adder
#

changes the fonts too, even code font

bleak gust
summer adder
#

csp?

bleak gust
#

content security policy

summer adder
#

weird, loads perfectly fine for me

bleak gust
#

huh

#

its not csp

#

it just doesnt like @import in my qcss file

#

idk why

summer adder
#

try removing the starting comments

#

it could be thinking the imports arent at the top if you're pasting it into qcss

#

works fine for me cause i have it in my themes folder, so those comments are sent for the title etc and register the imports as if they're at the top

bleak gust
#

do the imports have to be at the top?

summer adder
#

yeah imports always have to be at the top

bleak gust
#

oh

#

that explains it

#

silly me tbh

#

that's a bit annoying

summer adder
#

just how it works

bleak gust
#

the quick css implementation needs to be fixed in many other ways imo

summer adder
#

realistically its only reading the imports when its in the themes folder as it thinks they're at the top, due to the comments being required to name the theme etc

bleak gust
#

unfortunately i am not willing to take on the task of breaking a popular open source project trolley

summer adder
#

oh that ones easy

bleak gust
summer adder
#
* {
transition: linear 5s infinite;
}
*:hover {
transform: rotateZ(50deg);
}```
#

there

#

broken

bleak gust
#

where the fuck is the textbox

summer adder
#

broken

#

if you want discord to be unusable

#

either turn off transparency and use this css :root { --background-primary: transparent; --background-secondary: transparent; --background-tertiary: transparent; }

#

or just

#
* {
display: none;
}```
bleak gust
#

it is 3am for me husk

summer adder
#

nice and dark

bleak gust
#

do not look into the CSS for these buttons

#

you will be hurt from the inside

summer adder
#

its not really that bad

bleak gust
#

it hurt me

#

just tell me if there is existing CSS to flow the buttons properly when the text box gets bigger

summer adder
#

nope

bleak gust
deep bane
#

do something with this

deep bane
#
.buttons_ce5b56 div[style="display: flex;"] .button_afdfd9 {
  width:32px !important;
  height:32px !important;
  top:6px !important;
}```
deft niche
#

She cascade on my sheet til i style

coarse abyss
#

this is the font it shows when i change it into these fonts

deft niche
#

That is the default font, you did it wrong somehow.

#

Send the css

coarse abyss
#
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

:root {
    --font-primary: "Quicksand";
}```
#

thats how i did it

deft niche
#

Works for me

coarse abyss
#

they also tried to help me

deft niche
#

You put the import at the top right?

coarse abyss
#

the ( at the start is a mistake

coarse abyss
deft niche
#

Import statements go at the top

coarse abyss
#

with the import at the top yeah

coarse abyss
#

it works with roboto but its the only font that seems to work

solid ore
summer adder
#

yeah i tried helping this guy earlier and he keeps saying it doesn’t work

#

works fine for me

deep bane
#

or quicksand

#

do you have a theme applied?

coarse abyss
coarse abyss
coarse abyss
#

i have to install them on my pc?

#

lmaoo

deep bane
#

if you do you dont have to have to import the fonts

coarse abyss
#

i dont have them installed

#

wym import them

#

like this

#

@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

deep bane
#

yes

coarse abyss
#

i dont have them installed but i did import them

coarse abyss
deep bane
#

can you install them then

#

and try

coarse abyss
#

ill try

obsidian plank
#

i'm trying to figure out how to change a specific user's profile banner locally (so like USRBG, but only for myself). is there a way to do with with css?

deep bane
#

that's just like fake badges

obsidian plank
deep bane
#

and why are you using this

coarse abyss
obsidian plank
#

i'd like to edit banners locally without using a central database like USRBG

deep bane
coarse abyss
#

nope

#

still the default font

deep bane
#

do you have quickcss turned on

coarse abyss
#

yeah

#

im using other snippets

obsidian plank
#

i'd just like to be able to customize avatars and banners, is it relevant to ask why

devout elm
#

i mean if they enjoy it it doesnt rly matter why

obsidian plank
#

right and i'm not the first person who's asked about it either

#

¯_(ツ)_/¯

solid ore
coarse abyss
solid ore
coarse abyss
#

when you told me to an ss of where it is i understood what you meant by imports have to be at the top of the file

#

lmao

#

it works now, thanks

deep bane
#

...

solid ore
#

i thought it was that

obsidian plank
coarse abyss
#

yeah mb

#

i downloaded vc today

#

i tried pasting that line in the css file too but it wont work

coarse abyss
#

like maybe make it only change the font of english in discord

coarse abyss
#

ah

clear siren
#

all the imports in the css are 404

deep bane
#

@obsidian plank ill post the css for $50k

obsidian plank
#

i'm really not sure what the snarkiness is for, i guess i'll just stop responding

deep bane
#

because it's useless

#

do you really stare at your own banner that much

#
[style*="https://cdn.discordapp.com/banners/90232975194624000/a_9f92bf2e7e68b3d74798bd71004aa29f"] {
  background-image:url(https://c.tenor.com/xRxy8q3p4nEAAAAd/tenor.gif) !important;
}```
#

fricking

obsidian plank
#

thank you for the help

deep bane
#

(Scuffed) Full Phone Number Hider Snippet/Import
@import url('https://raw.githubusercontent.com/im-h/css-snippets/main/Full-Phone-Number-Hider');

:root {
  --reveal-margin:-82px;
}
.constrainedRow_b9e8cf .text-md-normal__4afad:has([aria-label="Reveal phone number"]) {
  visibility:hidden;
}
[aria-label="Reveal phone number"] {
  visibility:visible;
}
.text-md-normal__4afad:has([aria-label="Reveal phone number"])::before {
  content:'Hidden';
  font-size:14px;
  visibility:visible;
  margin-right:var(--reveal-margin);
}
.contentColumn_dc7d36:has([aria-label="Reveal phone number"]) .size14_b2af01.marginBottom8_f4aae3 {
  visibility:hidden;
}```
deft niche
#
.vc-rdb-review  > [src="https://cdn.discordapp.com/attachments/1045394533384462377/1084900598035513447/646808599204593683.png?size=128"] {
  display: none !important;
}

im trying to make a snippet that hides the "Spamming and writing offensive reviews will result with a ban. Please be respectful to other users." text on a users reviews, i tried this but it only hides the image, not the parent .vc-rdb-review element

deep bane
#

i think i have some bad/good news for you

deep bane
#

also would there be a way to hide emojis in channel names?

deft niche
#

Well that's useful

glass flint
# deep bane ?

a font that removes emojis, similar to how this font removes dashes

deep bane
#

i know what he meant

#

but i tried and it doesnt work

#

or atleast i dont have a font

clear siren
#

apply the dashless font for unicode range of all emojis

deep bane
# clear siren apply the dashless font for unicode range of all emojis
@font-face {
  font-family: "emojiless";
  size-adjust: 100%;
  src: url("https://vendicated.github.io/random-files/Dashless.woff2") format("woff2");
  unicode-range: U+0080-02AF, U+0300-03FF, U+0600-06FF, U+0C00-0C7F, U+1DC0-1DFF, U+1E00-1EFF, U+2000-209F, U+20D0-214F, U+2190-23FF, U+2460-25FF, U+2600-27EF, U+2900-29FF, U+2B00-2BFF, U+2C60-2C7F, U+2E00-2E7F, U+3000-303F, U+A490-A4CF, U+E000-F8FF, U+FE00-FE0F, U+FE30-FE4F, U+1F000-1F02F, U+1F0A0-1F0FF, U+1F100-1F64F, U+1F680-1F6FF, U+1F910-1F96B, U+1F980-1F9E0;
}```
#

doesnt work

#

and also if i try to apply it for some reason it makes the message links text invisible

clear siren
#

ok yeah the dashless font only seems to remove dashes, guess you would need a font that has blank glyphs for emojis

deep bane
#

yea that what i was talking about

clear siren
#

yeah applying it without unicode range it still only removes dashes and then fallbacks to another font for all other glyphs even when no fallback is not specified

#

or actually..

#

ah I figured it out

#

apply twemoji mozilla for all the emoji unicode ranges and set its size-adjust: 0%;

#

it does leave small gaps dunno if that can be fixed in any way

deep bane
clear siren
#

but also, I don't want to use a * and I don't want it to apply to voice channels

#

because voice channels are not using dashes for spaces, and might be using them intentionally

#

although many other selectors might apply to voice channels like in their topics or searches or whatever but not in the channellist at least which I think is good enough

hallow void
coarse abyss
#

#🎨-css-snippets message is it possible with this snippet to change the font of a specific language or add another font for another language as a secondary font?

coarse abyss
#

i want to change the primary font of another language

solid ore
#

oh

#

i dont think u can do that w j css

coarse abyss
#

ah

deep bane
#

@clear siren do you know why this happens

glass flint
coarse abyss
safe python
glass flint
#

might be possible with a fallback font then. the idea would be to have a primary font that doesn’t have hebrew and a different fallback font that has it.
idk how to do it in practice tho

coarse abyss
#

i tried something like this but it doesnt seem to work

@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew&display=swap');
:root {
    --font-primary: "Quicksand","Noto+Sans+Hebrew";
}```
solid ore
#

yea that method wouldnt work for diff latin languages

glass flint
#

mmh, technically it’s not depending on the language that we change the font but on the character

solid ore
#

yea, the only reason it works for hebrew is cus it has completely different characters

#

whereas latin ones use the same

glass flint
#

yeah, that’s why i asked what language

#

in practice we’re not much advanced tho

glass flint
deep bane
#

when i hover over a channel the name slightly shifts, any way to fix it

clear siren
#

you can force hebrew font for one unicode range an another font for the rest

deep bane
#

(I'm trying to make centered channels)

#channels *{
  padding-left:0;
  text-align:center;
  justify-content:center;
}
.name__8d1ec.overflow__87fe8 {
  margin-left:-8px !important;
}
.iconContainer__3f9b0 {
  padding-left:8px !important;
}
.containerDefault__23a29 .mainContent_a0b319 .overflow__87fe8 {
  padding-left:32px !important;
}
[style="margin-left: 6px; height: 16px; display: flex; align-items: center; z-index: 0; cursor: pointer;"] {
  margin-left:-22px !important;
}```
clear siren
#

but find the unicode range(s) for hebrew and put that in your font-face declaration

coarse abyss
#

idk how to do that lmao

#

thanks for the help anyways though

#

ill try

clear siren
#

yeah if you and others here can't get it working I can try cooking later today

west tartan
#
.customStatus_f55604,
.hovered__243e5,
.title__10613 {
    background-image: linear-gradient(to left,rgb(51, 255, 0), rgb(255, 230, 0), red, rgb(234, 0, 255), rgb(0, 140, 255), rgb(51, 255, 0));
    animation: gradient-border 4s linear infinite;
    animation-direction: alternate;
    background-size: 400% 100%;
    color: transparent !important;
    -webkit-background-clip: text;
    z-index: 1;
}
@keyframes gradient-border {
from {
  background-position: 0 0;
}
to {
  background-position: 100% 0;
  }
}

I just want my name and status to be rainbow but not my game activity the problem is that they use the same name thingy .title__10613 I hope someone can help me

glossy aurora
#

try adding some selector before the .title__10613 so that it narrows it down to only the usernames

clear siren
#

so if you have the font locally installed you would do something like this, where 'Some Hebrew Font' is the name of the font installed

@font-face {
  font-family: "hebrew";
  src: local("Some Hebrew Font"),
  unicode-range: U+0590-U+05FF, U+FB1D-U+FB4F }
* { font-family: "hebrew", var(--font-primary) !important; }
#

that would set everything to use the hebrew font for characters that are hebrew, and --font-primary (discord default) for everything else

stable compass
#

didnt test

clear siren
#

of course using * means it applies to code and everything which is not ideal but if you can get that working it can be fixed to either not apply to a certain element or do another rule to override certain elements

stable compass
#

yea just the easiest route

clear siren
#

oh I didn't mean that to you lol

stable compass
#

soz

clear siren
#

:3

stable compass
#

dont put before replace

west tartan
#

k i will try

#

the logo just got removed ```css
.customStatus_f55604,
.hovered__243e5,
.panels__58331:has(.avatarWrapper_ba5175) [class^="panel"] * {
background-image: linear-gradient(to left,rgb(51, 255, 0), rgb(255, 230, 0), red, rgb(234, 0, 255), rgb(0, 140, 255), rgb(51, 255, 0));
animation: gradient-border 4s linear infinite;
animation-direction: alternate;
background-size: 400% 100%;
color: transparent !important;
-webkit-background-clip: text;
z-index: 1;
}
@keyframes gradient-border {
from {
background-position: 0 0;
}
to {
background-position: 100% 0;
}
}

deep bane
#

add .nameTag__0e320 you donkey

stable compass
# west tartan the logo just got removed ```css .customStatus_f55604, .hovered__243e5, .panels_...
[aria-label="Benutzerbereich"] :is([class^="panel"]) div {
    background-image: linear-gradient(to left,rgb(51, 255, 0), rgb(255, 230, 0), red, rgb(234, 0, 255), rgb(0, 140, 255), rgb(51, 255, 0));
    animation: gradient-border 4s linear infinite;
    animation-direction: alternate;
    background-size: 400% 100%;
    color: transparent !important;
    -webkit-background-clip: text;
    z-index: 1;
}
@keyframes gradient-border {
from {
  background-position: 0 0;
}
to {
  background-position: 100% 0;
  }
}```
#

:is is useless but ya

deep bane
#
.customStatus_f55604,
.hovered__243e5,
.nameTag__0e320 .title__10613 {
    background-image: linear-gradient(to left,rgb(51, 255, 0), rgb(255, 230, 0), red, rgb(234, 0, 255), rgb(0, 140, 255), rgb(51, 255, 0));
    animation: gradient-border 4s linear infinite;
    animation-direction: alternate;
    background-size: 400% 100%;
    color: transparent !important;
    -webkit-background-clip: text;
    z-index: 1;
}
@keyframes gradient-border {
from {
  background-position: 0 0;
}
to {
  background-position: 100% 0;
  }
}```
stable compass
#

yea or that

#

but i dont know if the activity title is also nametag

stable compass
#

prob not

deep bane
stable compass
#

ay mine works too WHAT

deep bane
#

class will always be better than aria-label

stable compass
#

yes

#

but its in his language

#

either way

deep bane
#

it's not in my language WHAT

stable compass
#

u did not askpsnmad

stable compass
deep bane
stuck plinth
#

@indigo mica try here

#

might get better help here

indigo mica
#

what is a pointer cover

#

and why is it existing and making this annoying

#

ok this works for me ```css

[class*="textContainer__"] {
height: 150px;
transition: 1s cubic-bezier(0.51, 0.59, 0.25, 1.13) all;
}
[class*="textContainer__"]:hover {
height: 5000px;
}
[class*="pointerCover-"] {
display: none;
}

lyric hawk
#

anyone know css code to replace discord home [dm icon] icon (top-left)?

#

with custom image?

clear siren
#
/*Hide original home icon*/
[data-list-item-id=guildsnav___home]>[class^=childWrapper_] {
    display: none;
}
/*Add oneko*/
[data-list-item-id=guildsnav___home]::before {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url();
}
#

that's a slice from the oneko css

#

I made it a shiggy

lyric hawk
#

idk how , but putting in that snippet of css you sent me, makes the custom radius I have go back to normal

keen bison
#

anyone know how to remove images in text bar?

deep bane
sweet lark
#

figured it out

#

they wanted to remove the gift

keen bison
#

yes

sweet lark
#

[aria-label="Send a gift"] {
display: none;
}

deep bane
#

...

keen bison
#

k

sweet lark
#

add this to quickcss

keen bison
#

ight done

#

thanks

lyric hawk
#

wait for

#

nvm igot it working

deep bane
#

also is there a better way to center the channel names than what i'm doing here

#channels *{
  padding-left:0;
  text-align:center;
  justify-content:center;
}
.name__8d1ec.overflow__87fe8 {
  margin-left:-8px !important;
 }
.iconContainer__3f9b0 {
  padding-left:8px !important;
}
.containerDefault__23a29 .mainContent_a0b319 .overflow__87fe8 {
  padding-left:32px !important;
}
.linkTop_eaa673:has([style="margin-left: 6px; height: 16px; display: flex; align-items: center; z-index: 0; cursor: pointer;"]) .name__8d1ec.overflow__87fe8 {
  margin-right:-26px !important;
}
.linkTop_eaa673:has([style="color: var(--text-brand);"]) .name__8d1ec.overflow__87fe8 {
  margin-right:-32px;
}
.containerDefault__3187b:hover .name__8d1ec.overflow__87fe8 {
  margin-right:-4px;
}
.channelInfo_b7ab2e {
  margin-left:0px; 
}```
clear siren
lyric hawk
#

the code that nvhr sent me - i trid adding it to custom css - but it just gave me a block of color?

lyric hawk
#

i did lol

deep bane
#

screenshot

lyric hawk
#

when i do a colorful gif - it just flashes colors lol

deep bane
#

screenshot.

lyric hawk
deep bane
#

what device

lyric hawk
#

with webview

deep bane
#

do you have a windows key?

#

or whatever

#

the os is

#

you know

lyric hawk
#

chromebok

#

is chromeos

deep bane
#

i know

lyric hawk
#

the shortcut for screenshot doesnt work in kiosk mode lol

clear siren
#

so it's probably only showing part of the image, it should scale though with the width and height set but maybe not?

deep bane
lyric hawk
#

blud

#

im in kiosk mode

deep bane
#

why

lyric hawk
#

no chrome shortcuts work here lol

clear siren
#

horror

lyric hawk
deep bane
#

...

lyric hawk
#

to get everything unblocked

#

lol

deep bane
#

jailbreak it or something idk

#

try using my snippet

lyric hawk
#

yeah

#

it's only showing part of image

#

with what @clear siren sent me

deep bane
#

what part

#

whose snippet

lyric hawk
#

scroll up

deep bane
#

did you try using my snippet

lyric hawk
#

yes urs did not work

#

😹

deep bane
#

and why did it not work

sweet lark
#

😹

deep bane
#

because it works for me

lyric hawk
#

idk man - i'm on web

clear siren
#

post the css that you have and I can try it

lyric hawk
#

uhh

#

my whole quickcss?

#

I use that to theme so it will be pretty long

clear siren
#

the part that has the code that changes icon

lyric hawk
lyric hawk
#

holon

clear siren
#

no need

#

this works

lyric hawk
#
/*Hide original home icon*/
[data-list-item-id=guildsnav___home]>[class^=childWrapper_] {
    display: none;
}
/*Add oneko*/
[data-list-item-id=guildsnav___home]::before {
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExOG95bmU4aW9leHhsbGtsdzdma3RheHdjeTVtNHVqYzZoNzgyYnN5ciZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/IOfMu6BapZcVsmHKZU/giphy.gif);
}

``` (random gif I found on giphy to test)
clear siren
#

add background-size: contain;

deep bane
#

i changed width and height to background-size and it works perfectly

lyric hawk
#

ok

#

uh

clear siren
#

also background-position: center

lyric hawk
#

ok

clear siren
#

makes it better

lyric hawk
#

yeah

#

yup it's working

#

thx!

#

what i did -

/*Hide original home icon*/
[data-list-item-id=guildsnav___home]>[class^=childWrapper_] {
    display: none;
}
/*Add oneko*/
[data-list-item-id=guildsnav___home]::before {
    content: "";
    width: 60px;
    height: 60px;
    background-size: contain;
    background-position: center;
    background-image: url(https://raw.githubusercontent.com/T3M1N4L/DiscordLogos/main/controller_foreground.webp);
}

(free nitro d64 logo which I ripped form discord android apk)

#

discord will probably take that post down for copyright 💀

clear siren
#

probably not but still copyright infringement I think

deep bane
lyric hawk
pure cairn
lyric hawk
deep bane
pure cairn
#

it is your choice to use what you want, but if it was just to have the custom icon like that, this was the fastest way

lyric hawk
pure cairn
#

had it been another custom image, then the CSS would've probably been the only way
but since it's a ripped custom logo....

lyric hawk
#

actually im not even joking

#

if it was full quality i would not have ripped it

#

theyre not full quality - but the images form the source code files are (of the apk)

#

trust

deep bane
#

that doesn't even make sense

#

if the source code files are full quality the ones on discord are too

lyric hawk
lyric hawk
deep bane
#

what do you mean by they aren't full quality?

lyric hawk
#

check iwth inspect then you will see

#

the images on discord web are not full quality

deep bane
#

wow thanks bro

#

you are really annoying

lyric hawk
#

?

#

what I'm trying to say is that, if you try to rip images of discord logos (themed ones ofc) from discord web - it will be not full quality since discord compresses it.

#

But if you rip it from the app, it is full quality

lyric hawk
#

like actually sowwy

deep bane
#

Comparison of both
Top is your image
Bottom is from the discord appearance tab

#

And here is the image straight from the css code

lyric hawk
#

its low quality see?

lyric hawk
deep bane
#

both are low quality

lyric hawk
#

no

deep bane
#

yes

lyric hawk
#

the one i ripped is high quality lool

deep bane
#

it's not

#

it's background is literally blue

lyric hawk
deep bane
#

and why would you want a high quality image for something as small as the home button

lyric hawk
#

low quality huh?

deep bane
# lyric hawk

if you want a high quality image then tell me where you got this from

lyric hawk
#

lol

#

i ripped the image

#

from apk

deep bane
#

yes

#

im asking you from where

lyric hawk
#

from apk

#

its in xxhdip folders

#

but all the logos are in the repo

#

so no need to rip your self

lyric hawk
lyric hawk
pure cairn
#

but if the image is going to be that small anyway, will you even see the difference between your ripped HD assets and the regular discord ones?

lyric hawk
#

Sometimes I zoom in on discord

#

but

#

¯_(ツ)_/¯

#

i like high quality

#

lol

pure cairn
#

I don't think that's big enough for you to notice it, ngl

lyric hawk
pure cairn
#

sucks to be you ig

devout elm
#

is that even possible 😭

lyric hawk
pure cairn
#

I don't think I've ever used the zoom on discord, so I can't relate
but you've got your snippet so it's all fine ig

lyric hawk
#

yeah ig | in the first place, I extracted all the logos becuase I used it for a project that had the logos be really big

#

and when I tried to rip from discord web - it was not high quality lol

#

when I zoom in

#

when I zoom in

deep bane
# lyric hawk when I zoom in

if you're so stubborn on using your image then here's better css code

[data-list-item-id=guildsnav___home]>[class^=childWrapper_] {
  display: none;
}
[data-list-item-id=guildsnav___home] {
  background:url(https://raw.githubusercontent.com/T3M1N4L/DiscordLogos/main/controller_foreground.webp) center / 40px no-repeat;
}```
#

tell me if it works for you

lyric hawk
#

blud

lyric hawk
#

just use the code that nvhr sent

#

its universal and works with all images

deep bane
lyric hawk
#

alr lemme try

#

it has

#

lol what happened

#

no border radius?

deep bane
#

i don't know what border-radius you used

#

you can add it

lyric hawk
#

its too small thats why

#

you tried to specifically make it for one image

#

nvhr's code is universal

#

and better

deep bane
#

you can replace 40px with contain

lyric hawk
#

true but nvhrs is better - all you need to do is replace lol

deep bane
#

what do you mean replace

lyric hawk
#

like just replace link - and i guess he did it first

#

and you just skided it

#

¯_(ツ)_/¯

deep bane
#

i didn't "skid"

lyric hawk
#

uhhh ok

deep bane
#

and he said he "skidded" too

#

but i guess you dont read that much

lyric hawk
#

yeah

#

all he did is take code from oneko

#

and you skidded a skid?

#

anyway is works

#

so thankyou?

lyric hawk
pure cairn
#

by the way, I think it broke with one of the latest updates
it's not showing the button at all now

deep bane
#

can you remind me what's the code for

pure cairn
#

to hide the "stream application" button/panel until hover

deep bane
#

seems to work for me

#

did you change your language?

pure cairn
#

the one that pops out when you have an application open but you're not in a vc

pure cairn
deep bane
#

can you send me your quickcss

pure cairn
#

the whole thing or just that part?

deep bane
#

first try this

.panels__58331 button[aria-label^="Stream"] {
  opacity:0;
  transition: 0.3s ease;
}
.panels__58331:hover button[aria-label^="Stream"] {
  opacity:1;
}```
#

if it doesnt work send me your whole qcss

pure cairn
#

nope, not working

#

unless, wait a sec

#

surely I can't be that dumb

#

ok no, activity detection is enabled

deep bane
#

do you have your qcss enabled

pure cairn
#

yeah

#

you want it here?

deep bane
#

yes

pure cairn
#

it's a bit long and messy

#

but I also have some other themes enabled at the same time

#

you want those as well?

deep bane
#

not right now

pure cairn
#

alright

#

I'll be afk for 30-40m now though, so if you wanna do something else in the meantime

deep bane
pure cairn
#

Not right now

#

Sorry

lyric hawk
#

i will rewrite you mom in kotlin.

forest lance
pure cairn
#

sorry, I got a bit late

deep bane
pure cairn
deep bane
#

?

pure cairn
#

but when I turn my main theme off, it does work

pure cairn
# deep bane ?

I'm using Couve, so the "Stream" button shows up next to the mic icon

deep bane
#

hover

#

on the panel

pure cairn
#

yeah, not working

deep bane
#

give me your theme

pure cairn
#

if I remove the theme, it works perfectly

#

so it's Couve that's messing that one up

#

but it's weird, because it was working fine back then

deep bane
#

the button itself seems to not be appearing

pure cairn
#

yeah, there's no button at all

deep bane
#

no

#

without css

pure cairn
#

oh

deep bane
#

ah

#

its under toggle game activity

#
[aria-label="User area"] .panel_bd8c76.activityPanel__22355:has([aria-label^="Stream"]) {
  z-index:1;
  margin-right:32px
}```
pure cairn
#

ok, it has appeared

deep bane
#

yes, as i said

#

it was hidden under the toggle game activity button

pure cairn
#

oh lol

#

I just have to put it on the right a bit

deep bane
#

👍

pure cairn
#

thanks a lot

#

wait, I should be able to just remove the margin-right, no?

deep bane
#

no

#

then it will cover the toggle game activity button

#

unless you do not have it

pure cairn
#

I don't have it

deep bane
#

then yes

pure cairn
#

nice

#

thanks again

#

yay, it works again

deep bane
#

Now if someone could help me with centering the channel names, this is the current css i have, it has a lot of issues, would be thankful if anyone had a better way of centering them

#channels *{
  padding-left:0;
  text-align:center;
  justify-content:center;
}
.name__8d1ec.overflow__87fe8 {
  margin-left:-8px !important;
 }
.iconContainer__3f9b0 {
  padding-left:8px !important;
}
.containerDefault__23a29 .mainContent_a0b319 .overflow__87fe8 {
  padding-left:32px !important;
}
.linkTop_eaa673:has([style="margin-left: 6px; height: 16px; display: flex; align-items: center; z-index: 0; cursor: pointer;"]) .name__8d1ec.overflow__87fe8 {
  margin-right:-26px !important;
}
.linkTop_eaa673:has([style="color: var(--text-brand);"]) .name__8d1ec.overflow__87fe8 {
  margin-right:-32px;
}
.containerDefault__3187b:hover .name__8d1ec.overflow__87fe8 {
  margin-right:-4px;
}
.channelInfo_b7ab2e {
  margin-left:0px; 
}```
pure cairn
deep bane
#

?

pure cairn
#

even if I hover the button, it doesn't show up
but it's fine this way

lyric hawk
#

anuone know how to hide these buttons with css?

deep bane
lyric hawk
#

im on cb lol

#

school one

#

with inspect turned off

deep bane
#

chrome://inspect#apps

lyric hawk
#

lol

clear siren
#

[aria-label="Servers"] ~ div

#

selects all divs after main server section on english discord

deep bane
clear siren
#

a better selector could be written but that should work

lyric hawk
#

kiosk mode supports inspect

deep bane
#

then use it

lyric hawk
#

W

#

i found the class

#

and did display none on it

#

but the posiition is still there

#

it's acting as if i did visibility: hidden on it

clear siren
#

[aria-label="Servers"] ~ div

#

use this

lyric hawk
#

ok

#

oh yeha

#

thx

#

it works

deep bane
deep bane
sweet lark
#

i dont do css but wouldnt it be better to use something other than px

#

so it looks the same/similar regardless of resolution

deep bane
sweet lark
#

what

#

something of 20 pixel height will look different on different resolutions

#

on the same monitor

deep bane
#

doesn't look different

#

1080x1080

#

800x600

plain kelp
#

Discord itself uses px units all over the place

sweet lark
#

hm i guess if its just the window size then its fine

#

actually idk

#

oh well whatever

deep bane
#

i have only done the css for the channel icons and settings and etc.

#

no typing indicator or whatever

#

i could use some help with that

sweet lark
#

oh well thats off topic ig

#

although i dont see what that height even does lol

deep bane
#

I think this should work

.linkTop_eaa673 .name__8d1ec.overflow__87fe8 ~ *:not(.iconContainer__3f9b0){
  position:absolute;
  right:0;
}```
deep bane
#

if its not there they are squezed together

sweet lark
#

i dont see a difference

#

is it theme dependent

deep bane
#

i guessidk

#

no

sweet lark
#

it does nothing for me

deep bane
sweet lark
#

yeah it does absolutely nothing for me its the same

deep bane
#

@import url('https://raw.githubusercontent.com/im-h/css-snippets/main/Centered-Member&Channel-List.css');

#

also i made an import for all of my snippets @import url('https://raw.githubusercontent.com/im-h/css-snippets/main/h-css-snippets.css');

stable compass
deep bane
#

what icons

stable compass
#

looks funny

#

the channel icon

deep bane
#

?

#

what about them

stable compass
#

omg

#

weong thing lmao

stable compass
#

it looks weird

deep bane
#

in what way

stable compass
#

in every way

deep bane
#

you mean they arent centered?

stable compass
#

sure

#

u can say that

deep bane
#

can you

#

list

#

every

stable compass
#

id rather just remove them

deep bane
#

thing

#

thats

#

"wrong"

#

with them

stable compass
deep bane
stable compass
#

it just looks funny

deep bane
#

looks fine to mee

stable compass
#

just an idea WHAT

#

i just think it would look better

deep bane
#

why does this not work

.linkTop_eaa673 .children_a486f8 *{
  display:none !important;
}```
#

wait

#

nvm

stable compass
deep bane
#

This does not work

.linkTop_eaa673 .name__8d1ec.overflow__87fe8 ~ *{
  display:none !important;
}```
#

why does it not work

#

well i guess until you can figure out how to make them invisible you won't have what you wanted

stable compass
#

doesnt hide vc icon

summer adder
#

thats what i gather you're trying to do from a quick skim of chat

summer adder
#

i really dont know why you didnt do it like that but oh well

deep bane
#

just every sibling of the channel name

#

every sibling of .name__8d1ec.overflow__87fe8

stable compass
#

not good if you run a server though

deep bane
stable compass
#

i didnt want

#

i suggested

deep bane
#

but that's just a suggestion

#

a css suggestion

deep bane
#
.linkTop_eaa673 :is(.name__8d1ec.overflow__87fe8 ~ *,.iconContainer__3f9b0){
  display:none !important;
}```
sick cloud
#

alright so i made my own theme but why is it that when theres a popup (for example when i click on a persons profile or random image) the backround gets pretty dark (darker than the default discord theme), how do i make it brighter coz i cant seem to find an option for that in bdeditor (or there is and im just blind)

valid rover
#

can this be made in chat too? like you hover over the pfp (not the message) and it hides the decor

#

if so please make one

valid rover
#

it doesnt

pure cairn
#

works for me, even in chats

deep bane
#

Could someone help me center users in voice channels? So far i've got this shitty code

#channels .list__02208.list__54b1e.listDefault__205d0 .content_b60865 {
  padding:0;
  margin:auto;
  display:grid;
}
#channels .list__02208.list__54b1e.listDefault__205d0 .content_b60865 :is(.userAvatar_c4f005,.username__73ce9,.icons__10dd7>*) {
  margin:auto;
}
#channels .list__02208.list__54b1e.listDefault__205d0 {
  display:flex;
  flex-wrap:wrap;
  text-align:center;
  justify-content: center;
}
#channels .list__02208.list__54b1e.listDefault__205d0 {
  flex-direction:unset !important;
}```
clear siren
valid rover
deep bane
valid rover
#

okay :(

#

i am on vesktop if that matters

deep bane
#

Try```css
[class*=avatar]:hover + [class*=avatarDecoration],
[class*=avatar]:hover [class*=avatarDecoration] {
opacity: 0 !important;
}
[class^=avatarDecoration_] {
transition: .3s opacity;
}

clear siren
#

so am I

#

do you have any other theme or css

deep bane
valid rover
deep bane
valid rover
#

why

deep bane
#

You're not using comments?

#

you're just writing plain text that the qcss picks up?

safe python
#

technically it works

valid rover
#

oh it works now

#

in chat

deep bane
#

are you using the actual quickcss or just a file called quickcss that u use as a theme

valid rover
#

actual

deep bane
#

and are you sure you didnt paste it into the file instead of the quickcss and then u pasted it into quickcss after asking why doesnt it work

valid rover
#

what file

#

i had that snippet for a long time

#

in qcss

summer adder
#

please. use. comments.

valid rover
#

i fixed the comments thing

#

i use them now

deep bane
summer adder
valid rover
#

bro i use them now

deep bane
#

SHOULDVE ALWAYS USED THEM

#

EVEN BEFORE YOU HAD QUICKCSS

valid rover
#

i didnt know guys

#

i dont code

deep bane
#

blud does NOT code

summer adder
#

even i knew to use comments when i first started code husk

valid rover
#

started

summer adder
#

my first day i used comments.

valid rover
#

okay i didnt know why y'all so angry

summer adder
#

not angry just telling you husk

valid rover
deep bane
#

my first second i used comments

summer adder
deep bane
#

anyways

summer adder
#

position absolute with the left tag maybe?

deep bane
#

i dont want to use position absolute

summer adder
#

id only really use that if all else fails though

#

yeah position absolute is cruel

deep bane
#

i want to center it similiar to the way i made mutual servers in my centered user popouts css

summer adder
#

maybe set its display to block and its right/left margins to auto

#

i know that centers images most times, see if that'll work just for the hell of it

#
.whateveritsclassis {
  display:block;
  margin-left:auto;
  margin-right:auto;
}```
valid rover
#

oh yeah i forgor, thanks for telling me about it

deep bane
summer adder
#

oof

#

i sadly cant fiddle with it myself since im 4 hours away from being on my pc

deep bane
#

teleport

clear siren
#

bit ill I do not want to fight with positions and alignments and flexboxes etc

#

I just don't have the capacity rn

deep bane
#

when will you

clear siren
#

I dunno maybe tomorrow I can take a shot at it

deep bane
summer adder
#

no

pure cairn
# deep bane

this looks funny, but I'm curious about how it's going to come out

deep bane
#

its gonna come out as gay

clear siren
#

yeah I'd make the channel icons be attached to the text myself

pure cairn
#

wasn't there an old css snippet that would change the way categories were shown?

#

because that looks pretty similar, although the one I'm talking about has broken classes rn

deep bane
clear siren
#

think I've seen that done

deep bane
clear siren
#

no it wouldn't I made that yesterday when playing around with the idea (I don't have that code anymore)

deep bane
#

and also it lookes better the way it is

#

imo

clear siren
#

everything should work on vesktop

#

if it works on discord app or web it works on vesktop unless it's doing something very specific

valid rover
#

the person says it doesnt

clear siren
#

yeah I dunno why it wouldn't, probably because they use the d selector to select an svg with a specific shape

#

and when the icons were getting the redesign you might have had different icons and the selector would miss

valid rover
#

the person says it doesnt but it does

summer adder
pure cairn
#

found it

#

I knew I had already seen something similar, but with categories, earlier

deep bane
#

categories?

#

the text itself is a category

pure cairn
#

how do you call these?

deep bane
#

call what

pure cairn
#

the groups of channels

deep bane
#

categories

#

they are called categories

#

go on a discord you have perms

#

right click on the channel list

#

and you will be able to make a category

pure cairn
#

yeah, I meant these

#

and I know how to make a category, dw

deep bane
#

🤨

deep bane
#

also which class to i gotta target to make the member list sidebar "dynamic"

plain kelp
#

Dynamic in what way

deep bane
#

width

clear siren
#

like how do you want the width to be dynamic though

#

elaborate

summer adder
#

probably make the scrollbar change width on hover

#

i could prob do that at home

deep bane
#

scrollbar? no

#

my discord is so laggy

#

wait a second

#

Mega laggy discord css snippet

[aria-label="Members"],.members__9f47b,.membersWrap__90226 {
  max-width:inherit !important;
  width:inherit !important;
}
.container_b2ce9c {
  display:inline-block !important;
  width:fit-content !important;
  max-width:min-content !important;
}
.membersWrap__90226 {
  display:inline-block !important;
  width:fit-content !important;
  justify-content:unset;
}
clear siren
#

wtf what did you do

deep bane
#

no idea

#

👍

#

i need the width to be "dynamic", match the width of the member elments inside

clear siren
#

I see, I think you're on the right track but making that work might not be so trivial

#

so any elements and children that need to be modified to make their widths scale

deep bane
#

Example of what i want it to do (based on role names, names whatever)

deep bane
#

i figured out why i couldnt get it to work

#

one of the elements had a min-width set

deep bane
#

So i got it working, but it changes the width based on the currently visible members so it changes a lot and i would like to know if there is a way to make it one width size per server or something like that, honestly anything so it changes widths was less

@import url('https://raw.githubusercontent.com/im-h/css-snippets/main/Centered-Member&Channel-List.css');

.container_b2ce9c:has(.membersWrap__90226)>*,.membersWrap__90226>* {
  width:min-content !important;
}
.membersWrap__90226 {
  min-width:unset !important;
}```
stable compass
#
.content__4bf10:has([aria-label="Vendor (server)"]) :is(.container_b2ce9c, .membersWrap__9022) {width: unset}
deep bane
stable compass
#

that works

deep bane
#

no i't doesn't

#

you would have to make a rule for every discord server

stable compass
#

yes

#

lo

deep bane
#

every time someone joins or leaves it too

stable compass
#

everytime someone leaves? no

#

but if the server name is changed yes

deep bane
stable compass
#

but im pretty sure thats the only way to do it "per server"

deep bane
#

every time someone joins, leaves or changes their name

stable compass
#

what are you referencing

deep bane
#

the width

#

you dumbass

stable compass
#

on what you want lmao

#

not once does it mention users

deep bane
#

?

stable compass
#

visible members

#

could mean 2 things

#

most likely members list

deep bane
#

wow really

stable compass
#

"per user" wouldve been better

deep bane
#

who would've thought that

stable compass
#

lol

#

members referring everyone, everyone is gonna think members list lol

deep bane
#

that is what i am referencing

stable compass
#

still confused asl

solid ore
#

fr

devout elm
#

forreal 😭

summer adder
#

yall just aint used to them

lime walrus
#

^^^^^^^

#

(I don't know anyone here lmfao)

minor geyser
clear siren
#

mainly the shading ones

minor geyser
clear siren
#

yeah

#

for some reason the variables are doubled

#

so you have the correct dark ones but also the light ones that then override the previous ones

coarse abyss
errant hatch
#

How can I add a background image using CSS in Vesktop? I tried as below but it didn't work.

rugged echo
#

It probably doesn't show up because you have to make the app transparent

errant hatch
#

I disabled but not worked

clear siren
#

yeah there's a bunch of elements with backgrounds in the way of body

clear siren
#

uhh there's too many elements to change, I just set discord's color variables used for backgrounds to transparent but that is not very ideal either tbh

#
:root {
   --background-primary: transparent !important;
   --channeltextarea-background: transparent !important;
   --background-secondary: transparent !important;
   --background-secondary-alt: transparent !important;
   --background-tertiary: transparent !important;
   --__header-bar-background: transparent !important; }
#

breaks a bunch of dialogs and stuff too

#

because they also become transparent :\

errant hatch
#

Then we should strive for a healthier method

deep bane
#

html,body {

#

frick

#

ignore

deep bane
#

This is dogshit but im too lazy to do anything about it

.app_de4237 {
  background: url('https://clearvision.github.io/images/sapphire.jpg') center / cover no-repeat;
}
.app_de4237>*,.app_de4237>*>*>*>*,.app_de4237>*>*>*>*>*>*,.app_de4237>*>*>*>*>*>*>*,.app_de4237>*>*>*>*>*>*>*>*,.app_de4237>*>*>*>*>*>*>*>*>*>*/*this one is for the input field and member list*/,.app_de4237>*>*>*>*>*>*>*>*>*>*>*/*this one is for the input field*/,.app_de4237>*>*>*>*>*>*>*>*>*>*>*>*/*this one is for the inside of the member list*/ {
  background-color:rgb(0 0 0 / 0.1) !important;
}```
sweet lark
#

*>*>*>*>*>*>*>*>*>*>*>*>*>*>*>*>*>*>*>*

rugged echo
#

I mean it works but why

deep bane
#

why does it work or why did i do it that way

rugged echo
#

why did you do it that way, looks pretty weird idk

deep bane
#

because im lazy

rugged echo
#

I think it doesn't lag discord too much

deep bane
#

no

#

you know what does

#
[aria-label="Members"],.members__9f47b,.membersWrap__90226 {
  max-width:inherit !important;
  width:inherit !important;
}
.container_b2ce9c {
  display:inline-block !important;
  width:fit-content !important;
  max-width:min-content !important;
}
.membersWrap__90226 {
  display:inline-block !important;
  width:fit-content !important;
  justify-content:unset;
}```
rugged echo
#

yep, that just makes it frozen for a couple of seconds

deep bane
#

no

#

its not frozen

#

its just extremely laggy

pure cairn
#

can anyone please confirm me that icon_ef4486 corresponds to the small arrows next to the categories names?

deep bane
#

no

#

its an ::after pseudo element

#

from one of these iconVisibility__78804 wrapper__9c483 wrapperCommon_d71dee collapsed__8fe3c clickable_dbdd2a

clear siren
#

what

#

in channel categories @pure cairn is correct

pure cairn
#

yeah sorry, I meant channel categories

#

I was trying to move it a bit on the right to match my "add channel" button, but I wasn't sure it was the right element

deep bane
#

i forgot i was using a theme

#

just checked and yes it is the class for the arrow

pure cairn
#

hmmm, how do I unhide an element if it's hidden by a theme?

#

which should be the inverse of display: none

clear siren
#

if it sets display: none on the element, best way is to check in devtools what the display:value was before

#

depends on element

deep bane
#

display:initial?

clear siren
#

some are box, some inline, some flex etc

pure cairn
#

display: initial worked

deep bane
#

initial is the lazy way

#

(best way)

pure cairn
#

thanks

#

now it works

#

may I get your honest opinion on how it looks?

deep bane
#

the centering of the icons looks weird

#

the arrow is centered based on looks or whatever, and the plus is centered based on it position

#

here is a technically perfectly centered icons

#

(i just edited the image)

pure cairn
#

I tried scaling the arrow up and changing its position with a margin

deep bane
pure cairn
#

something like this?

deep bane
#

eh, probably

pure cairn
#

alright, thanks for the feedback

deep bane
#

altough this is probably more centered

#

bruh

#

barely a difference altough if someones really nitpicky they will complain

pure cairn
summer adder
#

decided to changed my themes font once again

vestal field
#

quite bold

deep bane
#

U+23,U+2A,U+A9,U+AE,U+203C,U+2049,U+2122,U+2139,U+2194-2199,U+21A9-21AA,U+231A-231B,U+2328,U+23CF,U+23E9-23F3,U+23F8-23FA,U+24C2,U+25AA-25AB,U+25B6,U+25C0,U+25FB-25FE,U+2600-2604,U+260E,U+2611,U+2614-2615,U+2618,U+261D,U+2620,U+2622-2623,U+2626,U+262A,U+262E-262F,U+2638-263A,U+2640,U+2642,U+2648-2653,U+265F-2660,U+2663,U+2665-2666,U+2668,U+267B,U+267E-267F,U+2692-2697,U+2699,U+269B-269C,U+26A0-26A1,U+26A7,U+26AA-26AB,U+26B0-26B1,U+26BD-26BE,U+26C4-26C5,U+26C8,U+26CE-26CF,U+26D1,U+26D3-26D4,U+26E9-26EA,U+26F0-26F5,U+26F7-26FA,U+26FD,U+2702,U+2705,U+2708-270D,U+270F,U+2712,U+2714,U+2716,U+271D,U+2721,U+2728,U+2733-2734,U+2744,U+2747,U+274C,U+274E,U+2753-2755,U+2757,U+2763-2764,U+2795-2797,U+27A1,U+27B0,U+27BF,U+2934-2935,U+2B05-2B07,U+2B1B-2B1C,U+2B50,U+2B55,U+3030,U+303D,U+3297,U+3299,U+1F004,U+1F0CF,U+1F170-1F171,U+1F17E-1F17F,U+1F18E,U+1F191-1F19A,U+1F1E6-1F1FF,U+1F201-1F202,U+1F21A,U+1F22F,U+1F232-1F23A,U+1F250-1F251,U+1F300-1F321,U+1F324-1F393,U+1F396-1F397,U+1F399-1F39B,U+1F39E-1F3F0,U+1F3F3-1F3F5,U+1F3F7-1F4FD,U+1F4FF-1F53D,U+1F549-1F54E,U+1F550-1F567,U+1F56F-1F570,U+1F573-1F57A,U+1F587,U+1F58A-1F58D,U+1F590,U+1F595-1F596,U+1F5A4-1F5A5,U+1F5A8,U+1F5B1-1F5B2,U+1F5BC,U+1F5C2-1F5C4,U+1F5D1-1F5D3,U+1F5DC-1F5DE,U+1F5E1,U+1F5E3,U+1F5E8,U+1F5EF,U+1F5F3,U+1F5FA-1F64F,U+1F680-1F6C5,U+1F6CB-1F6D2,U+1F6D5-1F6D7,U+1F6DC-1F6E5,U+1F6E9,U+1F6EB-1F6EC,U+1F6F0,U+1F6F3-1F6FC,U+1F7E0-1F7EB,U+1F7F0,U+1F90C-1F93A,U+1F93C-1F945,U+1F947-1F9FF,U+1FA70-1FA7C,U+1FA80-1FA88,U+1FA90-1FABD,U+1FABF-1FAC5,U+1FACE-1FADB,U+1FAE0-1FAE8,U+1FAF0-1FAF8

deep bane
echo frost
#

Could a css snippet revert this change? (It used to be a slightly darker yellow when hovering, but now it's gray)

deep bane
echo frost
#

ty

solid ore
#

does anyone know how i can replace a single svg path with 2 paths? or is there a way to combine the 2 svg paths? (in css)

dark dragon
#

Just combine them in illustrator or inkscape

solid ore
#

i didnt know u could do that, thanks j did it

bright gust
#

Ay, im wanting to switch from vendetta to vencords "apk" and the only issue that I can see that can be fixed is the UI

Can anyone point me in directions of how I can scale the ui down with css

deft niche
#

Vencords "apk"?

bright gust
#

Web view essentially

#

I know with css you can resize things and with a few simple tweaks I can probably fix all of its issues

deft niche
#

If you really want to use vendroid for some weird reason though, you can use quickcss

bright gust
#

Ok ty

deft niche
bright gust
clear siren
#

there was another user here too that wanted to try to make vendroid good with css

#

@white coral

white coral
#

hi

clear siren
#

I've also been thinking of messing with it to see if it can be made better (only actually installed vendroid yesterday)

white coral
#

What's the convo

clear siren
#

you were toying with the idea of improving vendroid with css

white coral
#

That I was

clear siren
#

have you made any progress yet

white coral
#

I didn't do a whole lot with it

white coral
bright gust
#

Damn this is gonna be fun I gotta use my friend for inspect element cuz my laptop committed unalive

clear siren
#

lol hf

gilded cloak
#

Vendroids weakest link is discord web's mobile support

white coral
gilded cloak
#

If someone spent a couple of days fixing discords shitcss, it would be better than vendetta

lime walrus
white coral
#

Mobile web is annoying as hell, I knew that before but it only became glaringly obvious when I tried to do CSS with it

alpine cove
#

discord web runs horribly on mobile

gilded cloak
white coral
#

Then you need to reset it to access the mobile web version

bright gust
#

Ty

gilded cloak
#

TLDR: rewrite discord frontend from scratch
blobcatcozy

white coral
# bright gust Ty

Trying to open QuickCSS on Android will be a huge mistake, for it will essentially softlock you into the QuickCSS window with no way to return unless you restart the application

clear siren
white coral
gilded cloak
white coral
alpine cove
#

we will make a mobile client in rust

gilded cloak
white coral
deep bane
#

discord is horrible

gilded cloak
white coral
alpine cove
#

im joking we should use haskell gloss

deep bane
#

make discord in roblox

white coral
gilded cloak
#

Make discord in ruby on rails

#

Best framework

deep bane
#

make discord on sticks

solid ore
#

tweaked version of @slim pond's SpotifyActivityRedesign

@import url("https://raw.githubusercontent.com/tom22k/css-snippets/main/SpotifyRedesign/import.css");
pastel gale
#

Anyone got a css for the user popout? Iv tried this but it don't work right.

    zoom: 125%;
}```
#

Reason behind it is iv got the zoom at 75% but on the popouts i cant read the roles names xd

The reason it dont work right is if someone has loads of roles discord shifts upwards.

#

I fixed it 🙂

    zoom: 125%;
}
.scroller__83262{
    max-height: 500px!important;
}```
pastel gale
deep bane
pastel gale
deep bane
#

you just wanted it bigger

pastel gale
deep bane
#

looked fine for me

#
[id^="popout_"]:has(.userPopoutOuter_d739b2)>*>*>* {
  zoom:125%;
}```
deep bane
#

and it does the same for me too, makes the popout bigger and doesnt alter the the window

clear siren
#

zoom? I think you mean transform:scale()?

pastel gale
#

How do i make it so the toast is working right?

deep bane
pastel gale
bright gust
#

I don't have a pc rn and I wanna test something, can someone tell me what this pages element is called?

deep bane
#

did they do something to the buttons in the input bar

clear siren
#

yeah latest vencord update changed a lot about them

deep bane
#

i noticed

clear siren
#

???

deep bane
#

broke my theme

#

now i can spend 5 hours fixing it

#

yippie

#

atleast they added classes to them

clear siren
#

yeah it's so much better now than it used to be

deep bane
#

before you had to do div[style="display: flex;"] to target them lol

clear siren
#

they also all had weird margins and paddings

deep bane
#

ye

#

they standardised them

#

i could delete half of the css code i had for them before

#

New

.buttons_ce5b56 .vc-chatbar-button .button_afdfd9 {
    border: 1px solid transparent;
    top: 1px !important;
    font-family: "Segoe Fluent Icons";
    font-size: 18px;
}

.buttons_ce5b56 .vc-chatbar-button .button_afdfd9:hover {
    background-color: rgba(255, 255, 255, 0.0419);
    border-color: rgba(255, 255, 255, 0.0698) !important;
}

.buttons_ce5b56 .vc-chatbar-button .button_afdfd9:not([aria-label="Open Translate Modal"]) svg {
    display: none;
}```
Old
```css
.buttons_ce5b56 div[style="display: flex;"] .button_afdfd9 {
    width: 32px !important;
    height: 32px !important;
    margin: 8px 4px 0 0 !important;
}

.buttons_ce5b56 div[style="display: flex;"] [aria-label="Encrypt Message"] {
    scale: 1 !important;
}

.buttons_ce5b56 div[style="display: flex;"] [aria-label="Encrypt Message"] svg {
    scale: 1 !important;
    width: 24px !important;
    height: 24px !important;
}

.buttons_ce5b56 div[style="display: flex;"] .button_afdfd9 {
    border: 1px solid transparent;
}

.buttons_ce5b56 div[style="display: flex;"] .button_afdfd9:hover {
    background-color: rgba(255, 255, 255, 0.0419);
    border-color: rgba(255, 255, 255, 0.0698) !important;
}

.buttons_ce5b56 div:not(.expression-picker-chat-input-button) .button_afdfd9 {
    top: -1px !important;
    font-family: "Segoe Fluent Icons";
    font-size: 18px;
}```
deep bane
#

altough the preview button has slightly different styling

#

or whatever

deep bane
#

?

#

did you zoom in

#

cause im pretty sure nothing changed

#

i will help you after i finish my game of chess