Skip to content

Instantly share code, notes, and snippets.

@kddlb
Created July 19, 2019 20:25
Show Gist options
  • Save kddlb/c890a56a3687291485304478bfc4952d to your computer and use it in GitHub Desktop.
Save kddlb/c890a56a3687291485304478bfc4952d to your computer and use it in GitHub Desktop.
#user-specified-css-input {
height: 400px;
}
.messages .from .user:before {
opacity: 0.5;
content: "<";
}
.messages .from .user:after {
opacity: 0.5;
content: ">";
}
#sidebar .networks {
padding: 10px 0;
}
#sidebar .network {
margin-bottom: 10px;
}
#sidebar .chan {
padding: 5px 15px;
}
#chat .content {
padding-left: 0;
}
#chat .messages {
display: block;
}
#chat .msg:last-child {
height: auto;
}
#chat .time {
display: inline;
}
#chat .from, #chat .text {
background: none;
border: 0;
display: inline;
}
#chat .from::after{
display: none;
}
#chat .from {
width: auto;
padding-left: 5px;
padding-right: 5px;
}
#chat .wrap {
display: inline;
}
#sidebar {
width: 180px;
}
#chat .sidebar {
width: 150px;
}
#chat .channel .chat {
right: 150px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment