Skip to content

Instantly share code, notes, and snippets.

@squaresmile
Last active May 12, 2021 02:28
Show Gist options
  • Save squaresmile/a357936770b42e0f625fc01c5683bf0f to your computer and use it in GitHub Desktop.
Save squaresmile/a357936770b42e0f625fc01c5683bf0f to your computer and use it in GitHub Desktop.
CSS for PowerCord
::placeholder,
body,
button,
input,
select,
textarea {
font-family: 'Fira Sans', sans-serif;
font-weight: 300;
}
/*Hide gift button*/
.channelTextArea-rNsIhG .buttons-3JBrkn .buttonWrapper-1ZmCpA {
display:none;
}
.theme-dark .wrapper-3WhCwL {
background: #00000000;
color: #2591c4;
}
.reaction-1hd86g.reactionMe-wv5HKu {
background-color: #00000000;
border-color: #00000000;
}
.reaction-1hd86g {
background-color: #00000000;
}
.compact-T3H92H .contents-2mQqc9 {
margin-left: -140px;
padding-left: 281px;
text-indent: -202px;
}
.username-1A8OIy {
display: inline-block;
vertical-align: top;
min-width: 150px;
text-align: right;
}
.compact-T3H92H .timestamp-3ZCmNB {
display: inline-block;
vertical-align: top;
}
.imageWrapper-2p5ogY {
padding-left: 0;
display: inline-block;
}
.container-1ov-mD {
padding-left: 140px;
}
.form-2fGMdU {
padding-left: 163px;
padding-right: 50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment