#fuck off bar
1 messages ยท Page 1 of 1 (latest)
@wooden plinth can you make it work fine on different densities ๐
i already shut my pisscomputer down
causes this bottom cutoff on macOS, unsure about other platforms
seems to work with #๐จ-css-snippets message though :]
it's because i made it with sticks and tape โจ
you're using other snippets
oh forgor
it actually fixes #๐จ-css-snippets message when the two are combined though which i think is funny
both hidetitlebar and dontcoverw/panels is causing part of this
so uh. just saying it ig ๐
ah yeah im also having this problem with #๐จ-css-snippets message enabled, and idk anything about css to make them compatible, if it's even possible
probably an incompatibility with another snippet
the bottom few icons are covered up when in a call!
this also stops you from clicking the "new" button for messages from servers at the top of the list
yay more shit I don't even know how to fix
@wooden plinth you're better at shitcord css
fix if you want to
@dreamy bramble i was using your snippet and noticed that it makes a fading gray border at the top of the app, yk if theres a easy fix?
nvm ignore what i said
forgot that
background-color: transparent;
background: linear-gradient(to bottom, var(--background-base-lowest), #00000000);
}```
was there
i think it needs a warning that it doesn't work well with anything other than the default theme
๐
well removing this seemed to work
you sure .title_c38106 part is needed?
honestly atp idek, i just quickly put this together
lol
/* Fuck Off Bar! */
.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 - 11px);
/* padding-top: 10px; */
}
[class^="stack_dbd263 scroller_ef3116"]{
padding-top: 29px !important;
}
.unreadMentionsIndicatorTop_ef3116{
z-index: 283719837218970;
margin-top: 27px;
}
```
made it better for myself, don't know if anyone else will like it but I thought I'd share
is there an .unreadMentionsIndicatorBottom... by any chance
i soon figured out that what i was looking for was already fixed
I have 2 problems
the first is that the New thing isn't clickable when it's in the top
the second is that the add server and discover buttons are both hidden behind the user panel when I'm in a call
I used this and edited it to solve the add server and discover issue but I can't make it so that it goes back to normal when I leave the call
any ideas?
it stays like this now
can't think of any reason it'd break after leaving a call
it doesn't it's just this height all the time
but it's ok I used another snippet to move the panel away
but I have another issue
a black bar cutting the server list
it vanishes when I remove this snippet
nvm it's solved now
does not work AT ALL with collapsible on hover sidebars XD funny mess tho
#๐จ-css-snippets message
well... yeah?
definitely a step in the right direction for sure
still gets cut off at the very bottom though.. ๐
Got it fixed by just adjusting the .wrapper_ef3116
For me i just change it to 100vh + 30px but you can adjust based on your system