#fade-out server list scroll

1 messages · Page 1 of 1 (latest)

hexed vigil
#

what it says on the tin, idk what else to add
here's the snippet:

IMPORTANT: the width of the server bar was hardcoded in because idk how to do it better, play around with the

.sidebarList_c48ade{
    margin-left: 72px;
}

value if it looks broken for you

.bar_c38106{
    z-index: 28371983721897;
}
.title_c38106{
    background-color: transparent;
    background: linear-gradient(to bottom, var(--background-base-lowest), #00000000);
}
.title_a7d72e{
    -webkit-app-region: drag;
}

.sidebar_c48ade{
    overflow: visible !important;
    position: relative;
}

.sidebarList_c48ade{
    margin-left: 72px;
}

.wrapper_ef3116{
    position: absolute;
    top: -35px;
    height: calc(100vh - 65px);
    /* padding-top: 10px; */
}

[class^="stack_dbd263 scroller_ef3116"]{
    padding-top: 40px !important;
}```
pine sphinx
#

oh

#

ok i see why this was deleted, ish a little brokey, but other than that it looks wonderful :3

hexed vigil
#

i just don't have send perms in the channel

#

lol

pine sphinx
#

ohhh

#

the only bug i see so far is that the profile thingamajig now obscures the discovery button and a bit of the add server button when scrolled all the way to the bottom

pine sphinx
#

it also adds a slight gradient to the top bar for me

#

may not be that visible in the screenshot but it is there

hexed vigil
#

hol on

#

gonna update it rq

pine sphinx
#

oh- i thought it was just to fade the server list only

pine sphinx
hexed vigil
#

forgot about other themes

#

lol

pine sphinx
#

ohhh, got it

hexed vigil
#

god discord is so bloated the inspector is laggy

pine sphinx
#

REAL

hexed vigil
#
.bar_c38106{
    z-index: 28371983721897;
}
.title_c38106{
    background-color: transparent;
    background: linear-gradient(to bottom, var(--background-base-lowest), #00000000);
}
.title_a7d72e{
    -webkit-app-region: drag;
}

.sidebar_c48ade{
    overflow: visible !important;
    position: relative;
}

.sidebarList_c48ade{
    margin-left: 72px;
}

.wrapper_ef3116{
    position: absolute;
    top: -35px;
    height: 100vh;
    /* padding-top: 10px; */
}

[class^="stack_dbd263 scroller_ef3116"]{
    padding-top: 40px !important;
    padding-bottom: 50px !important;
}
#

@pine sphinx try this

pine sphinx
#

the titlebar gradient is fixed but the discovery button is still obsucred slightly

hexed vigil
pine sphinx
#

LOL

hexed vigil
#

i should leave some servers

#

anyways

pine sphinx
#

or shove some into a folder

#

thats what i did LOL

hexed vigil
#
.bar_c38106{
    z-index: 28371983721897;
}
.title_c38106{
    background-color: transparent;
    background: linear-gradient(to bottom, var(--background-base-lowest), #00000000);
}
.title_a7d72e{
    -webkit-app-region: drag;
}

.sidebar_c48ade{
    overflow: visible !important;
    position: relative;
}

.sidebarList_c48ade{
    margin-left: 72px;
}

.wrapper_ef3116{
    position: absolute;
    top: -35px;
    height: 100vh;
    /* padding-top: 10px; */
}

[class^="stack_dbd263 scroller_ef3116"]{
    padding-top: 40px !important;
    padding-bottom: 75px !important;
}
#

this should do the trick

pine sphinx
#

i also noticed it removes some padding from the right side of the servers

hexed vigil
#

ã

pine sphinx
#

i think its a bit shy LOL

hexed vigil
#
    z-index: 28371983721897;
}
.title_c38106{
    background-color: transparent;
    background: linear-gradient(to bottom, var(--background-base-lowest), #00000000);
}
.title_a7d72e{
    -webkit-app-region: drag;
}

.sidebar_c48ade{
    overflow: visible !important;
    position: relative;
}

.sidebarList_c48ade{
    margin-left: 72px;
}

.wrapper_ef3116{
    position: absolute;
    top: -35px;
    height: calc(100vh - 65px);
    /* padding-top: 10px; */
}

[class^="stack_dbd263 scroller_ef3116"]{
    padding-top: 40px !important;
}```
#

how about this

hexed vigil
pine sphinx
pine sphinx
hexed vigil
#

oh wait i just realized

#

im just blind probably uhh

pine sphinx
#

i think this may have something to it. or. whatever you just. figured out

#

fartball

pine sphinx
#

oopsiee

hexed vigil
#

just uh idk play around with it

#

i can't really do much here without js

pine sphinx
#

🫡

#

setting it to 78px did the trick

hexed vigil
#

lmk if you find a way tho

pine sphinx
#

got it!

pine sphinx
hexed vigil
#

again, cozy spacing

#

or whatever they called it

pine sphinx
#

probably 😔

#

youd probably have to make 3 seperate versions of the snippet for each one if you make a full post (unless you dont want to)

merry quarry
pine sphinx
solemn sinew
#

guys can someone solve this issue?

#

the issue

#

how it should look

#

it's only like this when I'm using this snippet

solemn sinew
#

I made this to fix it but Idk if it's gonna continue working

div[class*="notice__6e2b9 colorDefault__6e2b9"] {
    max-width: 1200px;
    margin-left: 72px;
}
solemn sinew
#

a new issue is here

#

it removes the whole server list

#

I think the issue is here in the position: absolute;

.wrapper_ef3116{
    position: absolute;
    top: -35px;
    height: calc(100vh);
}
pine sphinx
#

TY

solemn sinew
#

I just said where the issue is

pine sphinx
#

ohh

solemn sinew
#

I don't know how to solve it unfortunately

pine sphinx
#

ok i fixed it

#

set position to relative

#

this however does break the fade at the top

solemn sinew
#

well if it breaks it then you can just remove the whole snippet

#

since it's made specifically for this fade

pine sphinx
#

im still tryna fix it aguhh

#

ok it looks like its rendering BEHIND the app

#
.wrapper_ef3116{
    position: absolute;
    top: -35px;
  
    height: calc(100vh - 70px);
    /* padding-top: 10px; */
   z-index: 28371983721897;
}```
#

this makes it render on top

#

but the app would need to be shifted

#

but the fade is still broken gouuhghg

#

@hexed vigil snippet brokie help

hexed vigil
#

@merry quarry wah

merry quarry
#

@hexed vigil wi