Skip to content

Instantly share code, notes, and snippets.

@GeordieP
Last active March 26, 2017 22:22
Show Gist options
  • Save GeordieP/0fa772937e066efb0b4a883645578dc1 to your computer and use it in GitHub Desktop.
Save GeordieP/0fa772937e066efb0b4a883645578dc1 to your computer and use it in GitHub Desktop.
/*---
* TITLE BAR
---*/
/* title bar */
.chat>.title-wrap {
min-height: 0px;
}
/* window control buttons */
.win-buttons {
height: auto;
}
/* title bar channel name */
.chat .channel-name {
font-size: 11pt
}
/* title bar channel topic */
.chat .topic {
font-size: 8pt !important;
}
/*---
* GUILDS LIST SIDEBAR AREA
---*/
/* guilds scroller wraper on window left edge */
.guilds-wrapper {
width: 45px;
padding: 0px !important;
margin: 0px !important;
}
/* hide friends online display and bar underneath it*/
.friends-online, .guild-separator {
display: none !important;
}
/* guild avatars */
.guild {
width: 25px !important;
height: 25px !important;
}
/* guild avatars */
.guild-inner {
width: 25px !important;
height: 25px !important;
}
/* guild avatars */
.guilds-wrapper .guilds .guild .avatar-small, .friends-icon {
width: 25px !important;
height: 25px !important;
background-size: 25px 25px !important;
font-size: 7pt !important;
line-height: 25px;
}
/* guild sidebar add button */
.guilds-add {
font-size: 15pt !important;
}
/*---
* TEXT AND VOICE CHANNELS AREA
---*/
/* text and voice channels area */
.channels-wrap {
width: 190px;
}
/* guild name header */
.guild-header header {
padding: 14px 8px;
max-height: 20px;
}
/* guild name header */
.guild-header header span {
line-height: auto;
font-size: 9pt;
margin: 0px;
}
/* individual text channel */
.channel-text a {
padding: 5px 5px !important;
height: auto;
}
/* "show/hide x muted" text */
.toggle-muted-text-channels a {
font-size: 8px !important;
}
/* hide arrow in front of "show x muted" text */
.toggle-muted-text-channels a:before {
display: none !important;
}
/* "text channels" and "voice channels" header text */
.guild-channels header {
margin: 4px 0px;
padding: 0 10px;
font-size: 10px;
margin: 0px;
}
/* individual channels, both text and voice */
.guild-channels .channel {
font-size: 10px;
padding: 2px 5px;
}
/* channels bar - user and mute/deafen/settings buttons area */
.account {
height: auto;
}
/*---
* MESSAGES AREA
---*/
/* individual message threads */
.message-group {
padding: 8px;
}
/* user avatar inside message thread */
.avatar-large {
width: 25px;
height: 25px;
margin-right: 10px !important;
background-size: 25px;
}
/* hide the three dots in front of typing */
.ellipsis {
display: none !important;
}
/* typing indicator (x is typing...)*/
.typing {
margin-bottom: 45px;
height: 18px;
background: rgba(0, 0, 0, 0) !important;
padding: 0px;
font-size: 7pt;
}
/* chat text input box */
.chat form {
margin: 5px;
}
/* chat text input box */
.channel-textarea {
margin: 0px;
}
/* message sender username */
.user-name {
font-size: 11pt !important;
}
/* message timestamp - next to username*/
.timestamp {
font-size: 8pt !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment