diff --git a/README.md b/README.md index 00b40c5..dbc4d4d 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Minor adjustments to the membercount view. *This module has no effect unless the ### 💬 Channel Tweaks -A few changes to the channel list, to increase density. +A few changes to the channel list, to increase density. ```css @import url("https://aushevahmad.github.io/awesome-css/modules/channeltweaks.css"); diff --git a/modules/adblockplus.css b/modules/adblockplus.css index f6b4029..ddaa532 100644 --- a/modules/adblockplus.css +++ b/modules/adblockplus.css @@ -13,4 +13,4 @@ div.themed_b957e8.item__48dda:nth-of-type(17), div.header__71a82:nth-of-type(12), div.separator_d14fb1:nth-of-type(11) { display: none; -} \ No newline at end of file +} diff --git a/modules/bartender.css b/modules/bartender.css index 7b92393..ba5eacf 100644 --- a/modules/bartender.css +++ b/modules/bartender.css @@ -17,4 +17,4 @@ [class="toolbar__62fb5"]:hover { width: 24%; /* Adjust the width to show the whole section if necessary [default: 21%] */ /* If you pick a new icon, instead of "∙∙∙", you may need to adjust this value as well */ -} \ No newline at end of file +} diff --git a/modules/bartenderAnimated.css b/modules/bartenderAnimated.css index 640ae50..8e78488 100644 --- a/modules/bartenderAnimated.css +++ b/modules/bartenderAnimated.css @@ -18,4 +18,4 @@ [class="toolbar__62fb5"]:hover { width: var(--animation-size); /* Adjust the width to show the whole section if necessary [default: 21%] */ /* If you pick a new marker, instead of "∙∙∙", you'll need to adjust this value as well */ -} \ No newline at end of file +} diff --git a/modules/channeltweaks.css b/modules/channeltweaks.css index ebb33f3..e367538 100644 --- a/modules/channeltweaks.css +++ b/modules/channeltweaks.css @@ -1,6 +1,5 @@ /* changes to the channel list for better usability */ - /* squish channel height/spacing */ [class="link_ddbb36"] { padding-block: 3px; @@ -8,13 +7,14 @@ /* shrink all channel icons */ [class="iconContainer__6a580"]>svg[role="img"] { - scale: .8; + scale: 0.8; } /* squeeze channel list left */ .wrapper__612a5:not(.typeThread__5fb37) { margin-left: 0 !important; } + .wrapper__07e2f { padding-left: 8px !important; } @@ -24,17 +24,20 @@ bottom: 20px !important; left: 16px; } + .containerDefault_ae2ea4>svg { top: 5px; left: 16px; } + .wrapper__612a5.typeThread__5fb37 { margin-left: 28px; } - /* make unread channel's icons brighter (because the unread indicator is now hidden)*/ -.modeUnreadImportant__35358 .icon__67ab4, .modeUnreadImportant__35358:hover .icon__67ab4, .modeSelected__473f1:hover .icon__67ab4 { +.modeUnreadImportant__35358 .icon__67ab4, +.modeUnreadImportant__35358:hover .icon__67ab4, +.modeSelected__473f1:hover .icon__67ab4 { color: var(--interactive-active); } @@ -47,8 +50,7 @@ [class="mainContent__2333c"]>[class="icon__3aa8e"] { display: none; } + [class="mainContent__2333c"][aria-expanded="false"] { opacity: 50% !important; -} - - +} \ No newline at end of file diff --git a/modules/vc-membercount.css b/modules/vc-membercount.css index c7f728c..532f5a0 100644 --- a/modules/vc-membercount.css +++ b/modules/vc-membercount.css @@ -23,4 +23,4 @@ .membersGroup_cad095.container__43554 { padding-top: 20px; -} \ No newline at end of file +}