Skip to content

Instantly share code, notes, and snippets.

@paride
Created May 19, 2021 17:15
Show Gist options
  • Save paride/2ae845007db295a3a08d7a8030da4a3d to your computer and use it in GitHub Desktop.
Save paride/2ae845007db295a3a08d7a8030da4a3d to your computer and use it in GitHub Desktop.
/* https://thelounge.chat/docs/guides/custom-css */
/* Bigger custom CSS field */
textarea#user-specified-css-input {
height: 400px;
width: 600px;
}
/* Compact sidebar */
#sidebar .network {
margin-bottom: 5px;
}
.channel-list-item {
padding: 0px 15px;
}
#sidebar .logo-container {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment