#compact userpanel

1 messages ยท Page 1 of 1 (latest)

stark plover
#

smart

tired crown
#

oh my god i already have another fucking snippet ready

vast socket
#

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

lyric flint
stark plover
#

if theres no top bar

lyric flint
#

could try putting it here

tired crown
lyric flint
#

๐Ÿ˜ฆ sad oh well ๐Ÿ™‚

wind plaza
#

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

fathom nebula
#

also buttons are unclickable now, and so is the profile

muted jackal
prime elbow
# vast socket does anyone know if there's a way to hide the activity/game status from the user...

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;
}```
real reef
#

anyone knows how to fix this transparent rectangle doesnt goes over the top bar when using compact mode?

karmic pagoda
#

I Noticed the other CSS you created titlebar header Does not work with this one. It can't be clicked.

karmic pagoda
#

It is not clickable I can't click the Microphone Or any button from the user panel up there