Skip to content

Instantly share code, notes, and snippets.

@Ademking
Last active December 29, 2020 00:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Ademking/c37cd8fd31394121e544e872ccb02f51 to your computer and use it in GitHub Desktop.
Save Ademking/c37cd8fd31394121e544e872ccb02f51 to your computer and use it in GitHub Desktop.
/* Custom tlk.io Chatroom CSS - Fix: No Avatar */
@import url('https://fonts.googleapis.com/css?family=Cairo');
#header {
display: none;
}
#channel {
text-transform: uppercase;
}
.header-avatar, .info , .menu, #share_button{
display: none;
}
html, .header-channel {
font-family: 'Cairo', sans-serif;
}
.aside {
background-color: transparent !important;
}
/* fixed by @steffan and @lxhom - Thank you */
.message-button--submit.show {
display: none !important;
}
.message-button--submit:not(.show) {
display: block !important;
}
button#submit-button {
position: static;
margin-left: 10px;
height: 52px;
}
form#new_message {
position: static;
display: flex;
}
.message-input:focus {
border-color: rgba(0,0,0,0.3) !important;
background-color: #202225 !important;
box-shadow: inset 0 1px 3px rgb(0 0 0 / 6%), 0 1px 1px rgb(255 255 255 / 10%) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment