#Hotfix for the 9104th time this time

1 messages Β· Page 1 of 1 (latest)

slate thunder
#

how do you change the colours exactly? im unable to, i hardly know css ;-;

limpid ginkgo
#

write in whatever color you want for rgb or hex

slate thunder
#

done

#

yeah

limpid ginkgo
#

then you copy the hsl values into the first 2 variables

slate thunder
#

it doesnt do anything

limpid ginkgo
#

for example this color, you will write in 288deg 99% 52%

slate thunder
#

also the wave glitches for me for some reason

limpid ginkgo
#

oh no glitches again

#

what happened this time

slate thunder
#

it partially works ;-

limpid ginkgo
#

maybe your theme is causing the issue

slate thunder
#

it isnt

#

cause when i revert back to my old one its fine

#

its the original without the invert, etc

limpid ginkgo
#

what did you write inside the first lines, show me

slate thunder
#

the wave is also frozen

#

and disappears

#

with this version

limpid ginkgo
#

now delete the things inside the brackets

slate thunder
#

wym

limpid ginkgo
#

this one

#

delete it

slate thunder
#

i deleted it

limpid ginkgo
#

Then it has to be one of the snippets you have added beforehand

#

This spotify snippet is to replace every single snippet before that

slate thunder
#

oh

#

so i put this thing

#

at the very end of my css file?

limpid ginkgo
#

You can do that, but make sure to delete any previous things about spotify, as this snippet already contains everything

slate thunder
#

okay

#

im getting there

#

slowly

limpid ginkgo
#

One thing you can do first is to delete everything in your quickcss and test ONLY my new snippet to see if it works

#

Then gradually adding in the other snippets later

slate thunder
#

OKAY

#

oops caps

#

okay

slate thunder
#

and as you can see on the left ur css is the only one i hav

limpid ginkgo
#

hmmmmmm .... the discord theme itself

#

try turning it off

slate thunder
#

okay

#

still the same

limpid ginkgo
#

Whyyyyyyyyyyyyy

#

😭😭

#

Give me your quickcss file

slate thunder
#

okay

#

whre's quickcss located again

limpid ginkgo
#

In the settings

slate thunder
#

it just says

#

"open quickcss"

limpid ginkgo
#

Yep that's the one

slate thunder
#

it doesnt have the

#

ur css thing

stray ember
#

When I'm not connected to a vc, it shows like this

limpid ginkgo
#

interesting

#

because I fix it for streaming during VC only

stray ember
#

Hmm, well is this fixable

limpid ginkgo
#

If yours worked then I still don't understand how Mystia's didn't

whole mauve
whole mauve
#

cold

slate thunder
#

hmm

#

it still dont owrk

#

even the screenshare

#

wave is frozen

#

idk whats goin on

#

i use ptb so idk if that affects

#

it

#

nah

#

in stable it works the same

#

still broken

#

the wave waves now

#

but thats all

#

this is it on stable

whole mauve
#

lmao @limpid ginkgo

limpid ginkgo
#

this is your quickcss after i pasted in the spotify wave

#

it works perfectly

#

your problem lies at this line:
@import url('@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@600;700&display=swap ');');
should have been:
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@600;700&display=swap '); and placed at the top of your quickcss

limpid ginkgo
whole mauve
#

na dw

#

its fixed

#

it hink

slate thunder
#

ohh

#

lemme try that

limpid ginkgo
#

I dont have that plugin so I cannot help you

slate thunder
#

okay its at the top of my css niw

#

now

#

its still the same

limpid ginkgo
#

but again, it's better to just use a font directly available in your system, rather than importing it from google every time

slate thunder
#

yeah

#

uh

limpid ginkgo
#

nuh uh

#

it works for me

slate thunder
#

your font swap isnt right lol

#

its just the bold font

#

my one is both the bold AND the normal

slate thunder
limpid ginkgo
slate thunder
#

send me that whole css file

#

imma just replace it with that

limpid ginkgo
slate thunder
#

I’ll try it out in a lil

whole mauve
#

what could it be??

#

wait @limpid ginkgo its not a plugin

#

its a thing in discord

#

that lets you see

#

people in a call

limpid ginkgo
#

and I dont have it

whole mauve
limpid ginkgo
#

Pardon me but I never have that on before, I only knew once you told me

#

gotta fix it yourself then

whole mauve
#

yeah it fell onto it by accident

#

yeah im not bothered ima jstnot use it

slate thunder
#

@limpid ginkgo

#

it kinda owrks for me

limpid ginkgo
slate thunder
#

do you wanna see lol

limpid ginkgo
#

finally i can rest

slate thunder
#

its still buggy

limpid ginkgo
#

whar

slate thunder
#

the repeat

#

and shuffle button

#

are still grey

#

and when on a game

limpid ginkgo
#

no they are not

slate thunder
whole mauve
#

yeah

#

cause

#

they are meant to be like that

#

click them

limpid ginkgo
#

you havent turned them on

#

opacity is 0.5 by default or something

slate thunder
#

ah okay

limpid ginkgo
slate thunder
#

look at the wave though

#

on an activity

#

its hella high

limpid ginkgo
#

screenshare + in vc

#

it functions

slate thunder
#

why's mine being weird bruh

#

discord wack

limpid ginkgo
#

just get another pc

slate thunder
#

i dont think i can do that

limpid ginkgo
slate thunder
#

;-;

#

im getting a macbook for my birthday but im still using my computer

limpid ginkgo
#

did you add another snippet afterwards

#

because that does not look like the stock vc layout

slate thunder
#

nah

#

i just copied and pasted that file

limpid ginkgo
#

wheres the soundboard

#

and those button colors are not mine

slate thunder
#

nah i didnt do anythin

#

could it be a plugin?

#

i dont have the soundboard

#

thats why

#

yours might be working

limpid ginkgo
#

maybe you are in a server that doesnt yet have soundboard

slate thunder
#

i was in the vencord vc

#

and this is it in dms

#

in a soundboard supported server

limpid ginkgo
#

temporary fix

#
body:has(.panel-2ZFCR,.container-1zzFcN) #vc-spotify-player::before {
  margin-top: -176px !important;
}
body:has(.panel-2ZFCRb) #vc-spotify-player::before {
  margin-top: -76px;
}
slate thunder
#

what did ya do

#

alr

#

lemme just try on stable and not ptb

limpid ginkgo
#

why ptb

slate thunder
#

i main ptb

#

idk why

limpid ginkgo
#

just stable haiya

slate thunder
#

doesnt work on stable

#

alr lets try ur fix

#

nah

#

still doesnt work

#

unless i gotta put it somewhere specific

limpid ginkgo
#

Ctrl+F to find screenshare fix

#

replace old snippet with that

wild panther
#

lower the wave and everything is perfect

slate thunder
#

or just the top line

#

okay the fix works

limpid ginkgo
slate thunder
#

just one issue

#

it doesnt invert

#

the text does

#

the ui doesnt

limpid ginkgo
#

That I do not understand, try inspecting the element to see its color values

slate thunder
#

how do i do that? (i know how to get the console up)

limpid ginkgo
#

Ctrl+shift+I, use the inspect element (mouse icon at the top) and hover over the container

slate thunder
#

how does it think it's inverted

limpid ginkgo
#

Discord issue smh

slate thunder
#

Do you think it’s a plug-in?

slate thunder
#

i figured it out maybe

#

these lines do nothing

#

everything relating to the vc

#

fix

#

does nothing

#

the vc text works

#

but not the panels

#

@limpid ginkgo

#

it breaks cause of the nitro theme

#

only other isue i have

#

is

#

the texts on the left

#

are grey

#

fixed the text issue

limpid ginkgo
#

don't delete them

slate thunder
#

yeah

#

question

#

just one more

#

it works perfect now

#

just

#

in dms

#

this button goes grey

limpid ginkgo
#

inspect the icon in DMs, copy selector and change it to green again

slate thunder
#

idk how to do that but i can try sure

#

thats what i got for that

sonic matrix
slate thunder
#

it does

#

why is your

#

like that

#

what the

sonic matrix
slate thunder
#

wacky indeed

sonic matrix
#

it opens more upon hover

slate thunder
#

yeah

sonic matrix
#

also its probably shifted to the right cuz of theme

slate thunder
#

yeah

slate thunder
#

has fucked it

#

like

sonic matrix
#

perhaps

#

let me try

slate thunder
#

any theme

#

betterdiscord and nitro themes

#

completely break it

#

use normal dark mode

sonic matrix
#

nope

#

it just doesnt like my game activity lol

slate thunder
#

wait

#

it does

#

its fine for me and others

#

uhh

sonic matrix
slate thunder
#

ill send u mine

#

still keep discord darkmode though

#

there

sonic matrix
#

what does this do

slate thunder
#

fixes stuff

#

also

#

also

sonic matrix
#

because i found regardless of theme

#

it works unless i play a game

slate thunder
#

if you have anything relating to spotify before the wave thing delete it

#

like

#

anything relating to spotify controls/spotify in ur css

sonic matrix
#

im pretty sure i always replace the spotify thing

slate thunder
#

yeah

#

just replace ur one currently

#

with

slate thunder
#

it should fix it

#

lmk if it does

sonic matrix
#

what does it fix in specific because im still having the issue

slate thunder
#

i forgot

#

you can backread

#

in here

#

aoi fixed a bunch of things that i was having wrong with it

sonic matrix
#

ok

#

i'll probably just wait for a fix then because its only slightly infuriating to have this bug

slate thunder
#

that is the fix

#

i had issues that you had

sonic matrix
#

it still happens

#

let me get rid of my theme

slate thunder
#

do you have a nitro theme?

sonic matrix
#

no

slate thunder
#

okay

#

send me ur css

#

ur css file*

stray ember
stray ember
limpid ginkgo
#

guh ....

stray ember
limpid ginkgo
#

What started as a fun snippet has now become a full-on theme that requires constant maintenance, for which I have next to no css knowledge πŸ₯²

median onyx
#

not sure if the css addresses this hidden feature for discord but its kind of broken for the extra height given by the bubble vc box. I got other issues but im gonna see if i can fix it on my end unless someone else also uses the vertical flip css.

limber imp
#

soundboard changes color when deafened

limpid ginkgo
#

That's Discord's issue

limber imp
#

Nice

whole mauve
#

AY

#

PLEASE ADD

#

A LIKE BUTTOn

obsidian echo
limpid ginkgo
obsidian echo
#

hyeah

#

thats why i didnt add much in mine

#

too much work for too less

limpid ginkgo
#

i deleted the wave in my version

#

one month was wasted for me lmao

obsidian echo
#

lol

limpid ginkgo
#

i probably still learned something useful which was a good thing

limpid ginkgo
#

I am no longer maintaining this snippet, please understand my decision.

whole mauve
#

πŸ™

slate thunder
#

It’s a pain to maintain

limpid ginkgo
#

This is my current player , but I'm unlikely to share it, as some snippets in this channel have already done something similar

whole mauve
#

do it anyay :praise

limpid ginkgo
obsidian echo
#

itd be so cool if it did

limpid ginkgo
#

I can try, but I don't like my vencord running at 50% cpu :(

obsidian echo
#

nice