Gibbu / BetterDiscord-Themes

Themes that I create for the Discord addon; BetterDiscord
https://www.betterdiscord.net
59 stars 127 forks source link

Is there a way I can make the user profile game section always stay open? #76

Closed toydotgame closed 4 years ago

toydotgame commented 4 years ago

Hi, the title basically sums up what I want. I don't like having to hover my mouse over the line that says PLAYING A GAME, and I would like to find out if I can toggle this to make the game section (in the user profile view) always open; or just what part of the code does this (so that I can make a modified copy without this part)?

Gibbu commented 4 years ago
#app-mount .modal-3c3bKg .root-SR8cQa .activityProfile-2bJRaP .body-ZAhrcj {
  max-height: unset !important;
}

Paste that into your MinimalCord.theme.css file

toydotgame commented 4 years ago

Thank you very much. It works! :)