#**fix visual refresh**
1 messages · Page 1 of 1 (latest)
i see thank you im gonna try something and send it to you in dms and you tell me if it fixes it
in a bit cuz im doing smth rn
what broke?
top and bottom arent rounded + the actual UI isnt rounded anymore lol
could you screenshot exactly what you mean please?
check dms
okay ive split it into two versions
made a lot of improvements and altered the approach i originally went on on fixing the ui
which effectively make the no padding version useless (because i made the server list unread badges align with the left side of the screen which was personally my main issue with it)
so take this as a psa that you should switch to the version with padding if ure not already on it
https://raw.githubusercontent.com/Ta-noshii/discord-css/main/snippets/FixVisualRefresh.css
yes
😭
i was about to post
discord seems to have updated it and made it worse 😭 but ill work on makign it look good again
i dont know what discords cooking
they seem to have removed the outer padding aswell
at least they fixed the create dm button though like i hoped
and they undid their changes to the top right icons
THATS WHAT IM SAYING
yea 😭 the icons are smaller nopw
IKR
its so fucked
theyre not even hovering fully
they had it going for a good few weeks
now theyre just uncooking
fr first one they cooked with a few oversights
LOOK AT THE SERVER BANNERS LMFAO
i can either go for trying to finish what discord is going for with the wider channel/dm list or i can remove that extra widening and make it look like it used to
what it used to look like🙏
alright
its gonna get reverted in an hour watch lmao
ill also revert them making the server icons smaller
the colours are actually working correctly
with the grey n stuff
but thats the only good thing i swear
most of the time
😭
for me its huge as shit
covers up 10% of the channel list 🔥
yea i intentionally made it wide
this is without the visual fix
wait i have a snippet for that
im not having it how it was pre visual refresh
i like the way it is
its just way too big
yeah theres that
that would really fit with this update but if i make the channel list normal sized again it would be fine
i kinda grew to like the outer padding with all the rounded corners now its gone 
YEAH
SAME
this looks like normal discord with an extra wide channel list
it was so fuckin good
and it actually worked with themes properly
for the first time in a long time
yea well again mostly
var based ui my beloved
there was a lot of theming i had to manually add
it worked amazingly with my catppuccin branch wdym
u have a cat branch?
send
ples
whats that
one day
should i add back the outer padding?
but then idk if itd be fixing the visual refresh and instead more of making it better
alright almost done
okay ill push the new update
okay done if u see any more issues tell me @quaint silo
you need to apply my update
maybe other css is overriding what i did but i know my stuff isnt applied since the channel icons arent fixed, i added padding to the right of the server list and rounding that i also dont see
if ure using quickcss u can do ```css
@import url("https://raw.githubusercontent.com/Ta-noshii/discord-css/main/snippets/FixVisualRefresh.css");
yeah that looks more correct
im using it as a theme too
make sure it says valid down here
let me look at why your profile is a little smaller i think its cuz of this snippet #🎨-css-snippets message but id like to have them work together
nevermind it works for me
nah i dont use it
but now its good
alright nice
W
could you explode the slight DM sidebar leaking into this screen
old visual refresh hid it correctly
is that on web mobile?
@hushed spoke how do u set the color of ur catppuccin
or is that just regular catppuccin and not urs
can you add the padding at the top and bottom again
alright
yeah
i might make a with padding version 😭 ironic considering at first i made a nopadding version

clone the repo
u want yarn release
ok thanks
lmao
i guess it doesnt like me
it says syntax incorrect after it generated the themes
did you yarn install before running it
@quaint silo
can you remove this
doesnt match the style of the new ui
or add some padding to the bottom so it doesnt look weird with the user controls
now even yarn build doesnt work
welp
imma go to bed and ill see tmr
worst come to worst i can just beg every release
remove node_modules and rerun yarn install
let me see
ill see tmr
im in bed rn
thanks tho
what hour is there
i think you messed up the command lol
is rm src/web/catppuccin-*-*.theme.scss meant to be there...?
it deletes all the thems after generating it lols
yeah it cleans the accents generated by build.js in the working dir not the dist dir
ah
thanks!
i removed padding which added spacing above the chatbar that was pissing off my ocd
uhm
discord just updated the visual refresh again
it looks the same?
refresh
im on canary
ah thats why
it looks better they removed the smaller server icons added back the new top right icons but some stuff is still unfixed such as the server banner sizing
welp back to work i guess
lmofa they reverted all the scuffed spacing
they fixed the width in the dms list like i did too
wait vencord isnt injecting on canary 💀
unread icon semi works but my fix looked better :3
you have to install it specifically for it
nvm refresh fixed it
im using the userscript
oh alright
this is literally old ui but with slightly larger areas
yea 😭
the padding in between sections went hard why did they do this
yeah they removed that
okay im done
i have one more thing which is this border
okay figured out something that works
uhm they broke typing indicators and the slowmode icon
i mean they work but they appear wrong
stable discord scuff with ur patch
god damn it
ig ill cope with it and comment it for now till it gets pushed everywhere
pushed
fixed the FixVisualRefreshWithPadding version
doesnt work
@trail marsh aibt broken
whats broken
they added that i thought id keep it
i dont really like it much 😔
i can write you a quickcss patch that removes it
yes please
[class^=form] {
background: unset;
}
oh did they add that back
sorry for late response
its annoying for me cuz im on canary and visual refresh is different on here
try ```css
.visual-refresh [class^=form] {
background: unset;
}
it should do the trick
wait fr
yeah
^ for example
discord is brewing something
this shit is so cooked
added theme coloring to this not sure why i didnt do it until now
this doesnt look too to obad
too too bad**
too much space up there tho
maybe horizontal server list??
idk
nevermind
kinda died
typing looks abit weird
ok they finally pushed that to everyone
im fixing it now then
just figuring out one more bug with theming
alrighty
i wish horizontal servers actually worked, looks hella cool with this visual refresh
a shame it breaks
what about it breaks
nevermind i cant figure this out but ill push a version with everything else fixed
cuz this happens and no matter what variables as the bg color ive tried it always becomes transparent
😭
look here
i dont see it
ok nvm
its just bcs
the left padding is removed for the server list
and the user panel is too big
so i think
this side
gets rounded and cut
like the right side
andthe user panel is sized to the channel list
i feel like thatll work
balls
@trail marsh your repo aint accessible anymore
my bad github restricted my account for some reason yesterday
im waiting for them to reply to my ticket
itll work again soon hopefully!
ill ping you guys when i know that its fixed (reply if youd like to be pinged as well)
visual refresh is really fucked you can currently fix the topbar by doing
:root {
--custom-app-top-bar-height: 0;
}
.visual-refresh [class^=appAsidePanelWrapper] {
position: relative;
}
this "fixes" it but the top bar is actually not broken lmao
the top bar in question
they removed the search icon though
which sucks
visual refresh lookin a lot more like visual Rerotten right now
yeah
use this custom theme
@quaint silo
that completely removes the new top bar though
i havent had time to figure out how to fix it ive been pushing doing that to when github unshadowbans me
can't you send us the file so we use it as a custom theme ?
i didnt expect it to take this long and that would mean it wouldnt auto update anymore, and i dont have the fixes for the newest desktop visual refresh in the current files
if you really want i can send it but for now i think its a better idea to just wait and pray
I prefer having it now
their asses aint never responding 😭
that works very well, thx!
thanks, its currently more of a workaround but ive been wanting to take a proper look at it for a while when i get unshadowbanned from github but theyve just been ghosting my ticket its been 15 days
still nothing ?
yup unfortunately its almost been an entire month, github support is a disaster
tanoshii is back W
Its finally back im gonna try to release a version with the old topbar but yesterday when i tried doing that i found out they removed stuff like the current channel arrows
yaaay
im not home atm when i am i might release a better version
the reason i didnt release one was because i couldnt figure out how to fix the topbar
back from vacation and im facing it too they changed a bunch of stuff again
no topbar problems anymore at least
no topbar problems you say ? where are my buttons bro 😭
how do I minimize discord lol
they changed a lot today
that doesnt happen to me
me neither
oh wow visual refresh is fricking ugly now
this problem is stil happening to me btw
maybe a vesktop issue
probably
theyre testing and changing a bunch of stuff
[just quoting so i can get to the top]
they robbed my gif button 😭😭
theyre testing squircle icons im guessing
Visual refresh is in a horrible state today
width: auto;
}```
