Skip to content

Instantly share code, notes, and snippets.

@Kaisarion
Created March 7, 2022 19:31
Show Gist options
  • Save Kaisarion/39c20923725822dd4b2a04d469c25990 to your computer and use it in GitHub Desktop.
Save Kaisarion/39c20923725822dd4b2a04d469c25990 to your computer and use it in GitHub Desktop.
Replace Discord Home Button in Powercord
#app-mount .guilds-2JjMmN .tutorialContainer-1pL9QS .listItem-3SmSlK:first-child .wrapper-3kah-n:before {
content: "";
border-radius: 50%;
position: absolute;
background: var(--home-button-image, url("https://i.imgur.com/EN2OZ5V.png"));
background-size: var(--home-button-size, cover);
background-position: var(--home-button-position, center);
height: 100%;
width: 100%;
transition: 0.2s ease;
}
.homeIcon-r0w4ny {
display: none;
}
@Kaisarion
Copy link
Author

Author Notes

  • can use quick css function of powercord
  • url can be made whatever

Example:

sample

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment