#overlay guild list

1 messages ยท Page 1 of 1 (latest)

viral turtle
#

im having to bruteforce it to work again for me.
i had to change certain things.
not sure why it wont work normally but it just wont
i could link what i did
theres a chance it doesnt work on vesktop so i could really easily link what i modifed

lucid sedge
viral turtle
#

i had nothing else enabled

#

i disabled my theme, and all other snippets

#

and it resulted in the bar always being shown, and the tab not doing anything

#

it worked in reverse

#

see how its always present?

#

i had to change the thing to get it to work how you demonstrated it

#

this is all i changed

.itemsContainer_ef3116 {
  position: fixed;
  left: -64.425px; /*changed*/
  transition: all 0.3s;
  pointer-events: all;
  background-color: var(--background-base-lowest)!important;
  border-right: 1px solid var(--border-subtle);
}
.itemsContainer_ef3116::after {
  content: "โ†’";
  width: 40px;
  height: 40px;
  font-size: 32px;
  position: absolute;
  align-content: center;
  text-align: center;
  top: 8px;
  left: 64.425px; /*Changed*/
  cursor: pointer;
  color: var(--button-secondary-text);
  background-color: var(--background-accent);
  z-index: 20;
  transition: all 0.3s;
  border-radius: 0px var(--radius-sm) var(--radius-sm) 0px;
}

and that seemed to solve my issue with it.
but once i did that, your snippet worked

#

im not sure why i had an issue

#

the main issue was, the server list wasnt hiding. so all i did was forced it backwards with left: -64.425px, then brought the tab back up with left: 64.425px; to reverse it.
OTHERWISE, you made a cool snippet, helps free up space onscreen.

viral turtle
#

turns out those values only work with the "read all" plugin
63.992px for me works without the plugin

viscid zinc
#

would there be a way to make this work with a horizontal list?

lucid sedge
lone summit
lucid sedge
lone summit
#

It's literally in the snippet, LOL.

#

๐Ÿ˜†

lucid sedge
#

NO???

lone summit
#

Uuuh, yes...

#

It might be an issue on my side, but that's gonna be weird if it's only me.

sullen maple
ivory stump
#

Does this for me (even without my theme disabled, but I enabled it to censor my server icons)

#

oh removing the \ sort of fixes it for me

#

but it still makes everything else not visible

#
.guilds_c48ade {
  position: fixed;
  z-index: 998;
  height: 100vh;
  overflow: visible;
  width: 0;
  background-color: rgb(0 0 0 / 0);
  pointer-events: none;
}

.guilds_c48ade:has(.itemsContainer_ef3116:hover) {
  background-color: rgb(0 0 0 / 0.25);
  pointer-events: all;
}

.itemsContainer_ef3116 {
  position: fixed;
  left: calc(0px - var(--custom-guild-list-width));
  transition: all 0.3s;
  pointer-events: all;
  background-color: var(--background-base-lowest)!important;
  border-right: 1px solid var(--border-subtle);
}

.itemsContainer_ef3116:hover {
  left: 0px;

  &::after {
    opacity: 0;
        left: 0px;
  }
}

.itemsContainer_ef3116::after {
  content: "โ†’";
  width: 40px;
  height: 40px;
  font-size: 32px;
  position: absolute;
  align-content: center;
  text-align: center;
  top: 8px;
  left: calc(var(--custom-guild-list-width));
  cursor: pointer;
  color: var(--button-secondary-text);
  background-color: var(--background-accent);
  z-index: 20;
  transition: all 0.3s;
  border-radius: 0px var(--radius-sm) var(--radius-sm) 0px;
}
#

changing it to that fixes it for me

#

idk why you had the width: 100vw

#

and also why use height: 100vh instead of 100%

viral turtle
#

really?

#

i made some personal modificatiosn to mine anyway

#

but omg that would help so much

ivory stump
viral turtle
#

oh that wasnt to u

#

srry forgot to reply

ivory stump
#

ah

viral turtle
#

yeah sorry for the confusion

ivory stump
#

yeah I did that and one other change for it to work for me

viral turtle
#

had to brute force this but i got it to work with the button version of read all

#

with my css snippit mashup thing it works occasionally, but not all the time
i have to keep switching between left: 7.5px and left: 12px depending on if i use the mashup or just those two edits

rare rover
tepid mirage
valid trench
#

any way to take this goofy little white dots?

viral turtle
#

thats from channels isnt it?

valid trench
#

any way to remove? @viral turtle

viral turtle
#

so you dont know if you have notifications....?

#

why.... why would you want that???

#

quick css hol on

#

done

#
.unread__2ea32{
    display: none;    
}
#

happy days?
@valid trench

#

sure hope it hasnt borked something

#

doesnt get rid of the server indicators on the side though

#

but i think thats good

#

it still goes bold

#

doesnt displace things either which is good?

#

im not great with CSS, but... this is what you wanted?

#

because if so, then thats it

#

oh and incase the issue persists
this one removes the server indicators aswell
HOWEVER im not sure why you'd ever wanna remove the server indicators

#
.unread__2ea32, .pill_e5445c{
    display: none;    
}
valid trench
#

@viral turtle mb bro i didnt see ur msgs ๐Ÿ˜ญ

valid trench
#

the white things can be a random message and even i use 1 server to speak nothing else

valid trench
valid trench
#

u r amazing ik nothing abt coding u r very good pls dont go bald โค๏ธ

viral turtle
viral turtle
#

but aight

#

u do u man

#

hope that helps

viral turtle
#

but as a side effect because i dont know how to reverse engineer situational CSS, i dont know how to keep the current server indicator, but in the first image you sent, i can see its poking out, so... probably best it doesnt get readded?

valid trench
#

@viral turtle bro sorry i dont see fucking messages ๐Ÿ˜ญ

#

uhh

valid trench
#

basically what i want is to remove just these that poke out here bc its useless and ugly. i mean i dont care if someone said hi in a minecraft discord server but i want to see the pings or the replies

#

which i think its working with .unread__2ea32, .pill_e5445c{ display: none; }

so thanks

rocky meteor
#

@lucid sedge i believe this broke

lucid sedge
rocky meteor
#

rip

lucid sedge
#

no wait

#

rahh discord keeps adding slashes to my -'s

#

@rocky meteor

.guilds_c48ade {
  position: fixed;
  z-index: 998;
  height: 100vh;
  overflow: visible;
  width: 100vw;
  background-color: rgb(0 0 0 / 0);
  pointer-events: none;
}

.guilds_c48ade:has(.itemsContainer_ef3116:hover) {
  background-color: rgb(0 0 0 / 0.25);
  pointer-events: all;
}



.itemsContainer_ef3116 {
  position: fixed;
  left: calc(0px - var(--custom-guild-list-width));
  transition: all 0.3s;
  pointer-events: all;
  background-color: var(--background-base-lowest)!important;
  border-right: 1px solid var(--border-subtle);
}

.itemsContainer_ef3116:hover {
  left: 0px;

  &::after {
    opacity: 0;
        left: 0px;
  }
}

.itemsContainer_ef3116::after {
  content: "โ†’";
  width: 40px;
  height: 40px;
  font-size: 32px;
  position: absolute;
  align-content: center;
  text-align: center;
  top: 8px;
  left: calc(var(--custom-guild-list-width));
  cursor: pointer;
  color: var(--button-secondary-text);
  background-color: var(--background-accent);
  z-index: 20;
  transition: all 0.3s;
  border-radius: 0px var(--radius-sm) var(--radius-sm) 0px;
}
rocky meteor
#

lemme try it

#

works

rocky meteor
#

@lucid sedge think this broke again

#

it still works its just leaving the space as if it were open

#

damn another one of my css snippets broke too ๐Ÿ’”

rocky meteor
#

decided to fix it