#compact userpanel
1 messages ยท Page 1 of 1 (latest)
does anyone know if there's a way to hide the activity/game status from the user panel without just disabling activity/game detection entirely
cause I don't need discord to tell me what game I'm playing and the activity status causes the user panel to cover part of the server list when using this due to the added height
so long custom statuses also break the snippet a little. though that one's not a super big issue for me cause I was gonna change my status anyway
correction statuses and the buttons just overlap for some reason on mine
only other css i have active is the sms style message layout snippet and the settings window theme
any chance of getting this to work with this #๐จ-css-snippets message
where would you put the userpanel lol
if theres no top bar
could try putting it here
yes
im not really gonna do it tho
๐ฆ sad oh well ๐
pluses:
looks good
minuses:
broken with game status, and spotify plugins
-# but nothing can be perfect
alr if someone don't want to have problems with game activity just add this:
.body__5dec7 {
display:none
}
.panel__5dec7 {
display:none
}
it should work perfectly, about spotify, just don't use plugin's
-# because deleting this and turning off plugin is the same
/*hide current running activity*/
.panel__5dec7 {
display: none;
}
I made it so the activity status looks good
background: none;
}
.panel__5dec7 {
position: fixed;
left: 305px !important;
top: calc(0px - 10px) !important;
bottom: auto !important;
background: transparent !important;
border: none !important;
width: 200px;
-webkit-app-region: no-drag;
}
.gameIconWrapper__8c6c2 {
scale: 0.8;
}
.buttons__37e49 {
position: fixed;
margin-left: 155px;
}
.hovered__0263c {
display: none;
}
.default__0263c {
display: none;
}```
anyone knows how to fix this transparent rectangle doesnt goes over the top bar when using compact mode?
I Noticed the other CSS you created titlebar header Does not work with this one. It can't be clicked.
Should be, and was iirc
It is not clickable I can't click the Microphone Or any button from the user panel up there
But this is just the. user funnel without the title header
#๐จ-css-snippets message