Created
May 19, 2021 17:15
-
-
Save paride/2ae845007db295a3a08d7a8030da4a3d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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