Skip to content

Instantly share code, notes, and snippets.

@shrmn
Last active July 29, 2016 05:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shrmn/58bfa0c61b243cc594f141094abdad2c to your computer and use it in GitHub Desktop.
Save shrmn/58bfa0c61b243cc594f141094abdad2c to your computer and use it in GitHub Desktop.
SexualRhinoceros says, "if you're like me and dont want a name to be shown on your obs thing, just toss this into the CSS section of the invite element" Discord Overlay
body {
overflow:hidden
}
.status-container .status .server-info .name {
visibility: hidden
}
.status-container .status .server-icon {
float: left;
margin: -7px 0 0 -10px
}
.status-container .status .server-icon img {
height: 50px;
border-radius: 50%
}
.status-container .status .invite-link {
position: absolute;
left: 8%;
top: 35%;
width: 100%;
text-align: center
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment