catppuccin / discord

🎮 Soothing pastel theme for Discord
MIT License
741 stars 173 forks source link

SUGGESTION - Compact Member List #300

Closed scarcekoi closed 3 months ago

scarcekoi commented 3 months ago

This code:

[class*="members__573eb"],
[class*="membersWrap__5ca6b"],
[class*="container_f79ab4"] {
  min-width: 60px;
  transition-duration: 500ms;
  transition-property: box-shadow, min-width, width;
  width: 60px;
  z-index: 10;
}

[class*="members__573eb"]:hover,
[class*="membersWrap__5ca6b"]:hover {
  min-width: 240px;
  width: 240px;
}

[class*="membersWrap__5ca6b"] {
  height: 100%;
  position: absolute;
  right: 0;
}

[class*="membersWrap__5ca6b"]:hover {
  box-shadow: 0 0 20px 10px #00000044;
}

[class*="membersGroup_cad095"] {
  height: 0;
  transition-duration: 500ms;
  transition-property: height;
}

[class*="members__573eb"]:hover [class*="membersGroup_cad095"] {
  height: 40px;
}

Can make the member list more compact so that when hovering it will expand.

rubyowo commented 3 months ago

When we say a "port" for any program, we only want to change the colors. We do not touch any other part, but you are more than welcome to maintain a personal fork of this theme with whatever you use.

scarcekoi commented 3 months ago

Sorry, my bad.