Last active
July 29, 2016 05:18
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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