Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SenpaiHunters committed Apr 10, 2024
1 parent 9f2cc61 commit af429e5
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion modules/adblockplus.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
2 changes: 1 addition & 1 deletion modules/bartender.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
}
}
2 changes: 1 addition & 1 deletion modules/bartenderAnimated.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
}
}
16 changes: 9 additions & 7 deletions modules/channeltweaks.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
/* changes to the channel list for better usability */


/* squish channel height/spacing */
[class="link_ddbb36"] {
padding-block: 3px;
}

/* 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;
}
Expand All @@ -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);
}

Expand All @@ -47,8 +50,7 @@
[class="mainContent__2333c"]>[class="icon__3aa8e"] {
display: none;
}

[class="mainContent__2333c"][aria-expanded="false"] {
opacity: 50% !important;
}


}
2 changes: 1 addition & 1 deletion modules/vc-membercount.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

.membersGroup_cad095.container__43554 {
padding-top: 20px;
}
}

0 comments on commit af429e5

Please sign in to comment.