#hypercompact channel list

1 messages · Page 1 of 1 (latest)

rotund rose
#

compact theme when

glad fossil
rotund rose
#

thank you

glad fossil
#

in combo

lean cairn
fallow ledge
#

you can add this for hovering on someone in vc (tested only on server)

.draggable__55bab:hover{
  background-color: rgb(14, 14, 145);
}```
#

color for your preferences ofc

spiral widget
#

Can i change the channel color from blue? to red

summer epoch
summer epoch
#

Fixed a bit of clipping when that "new" channel info comes around 3a_Thumbsup :

.channelInfo_c69b6d:has([style="color: var(--text-brand);"]),
.channelInfo_c69b6d .mentionsBadge__933a1{
    margin-right: 10px;
    margin-left: 5px;
}```
scenic stratus
#

i think you just put it on the baseline

visual token
#

didn't work

scarlet shadow
#

I love it, but is there any way to revert the notification dot to how it was before? (half dot on the left side instead of full dot on the right side)

#

ok I tried changing part of it to:
.unread__2ea32 { width: 6px; height: 6px; border-radius: 50%; left: -2px; right: auto; top: 16px; }

Which is not ideal (I wish it was half dot sitting at the border of the vertical line) but better than nothing

#

I also tried to put the half dot on the other side (left: auto; right: -3px), but the channel list's padding on the right makes it not sit along the right edge

summer epoch
#

Margin-right also kinda works but it does cut off some of the channel names a bit more than usual

summer epoch
hollow echo
#

alright but... why blue???

hollow echo
#

just gonna take away !important from &:hover { background-color: var(--brand-800), change it to --background-secondary-alt, and remove background-color: var(--brand-700)!important;

#

back to default :))

tawdry mortar
#

why are you calling it hypercompact

#

its literally less compact than default discord with settings appearance > ui density > compact

#

first is discord default

#

second is this "hypercompact" channel list snippet

#

which is not compact whatsoever

keen onyx
#

changed mine a bit, looks like this

hollow echo
scarlet shadow
# tawdry mortar look

true, although I find it more relaxing to look at compared to the actual discord compact mode, I'm not sure why (maybe it looks less cramped and more organized? idk but I like it)

#

but yeah the name might give the wrong impression

summer epoch
karmic grail
#

There was an awkard gap at the bottom of the channel list when there are enough channels for a scrollbar.

I ended up adding:

[aria-label="Channels"] {
  max-height: max-content;
  padding-bottom: 1rem;
}

Which gets rid of it and keeps a consistent spacing.

leaden anchor
#

what diff does it make someone plz tell?

tawdry mortar
#

a downgrade

leaden anchor
#

Lol ok

tawdry mortar
#

sorry, i just wanted to say the truth

lean cairn
tender ravine
#
  width: 2px;
  height: 8px;
  left: 10px;
  right: auto;
  top: 14px;
}```

I think the unreads look quite good like this
scarlet shadow
keen onyx
real charm
#

discord just broke this snippet

real charm
#

i was able to fix it with the class updater

tender ravine
keen onyx
#
/* ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ */
/* Compact Channels Menu */
/* _____________________ */
/* https://discord.com/channels/1015060230222131221/1364334361343692882 */

.unread__2ea32 {
  width: 2px;
  height: 8px;
  left: 10px;
  right: auto;
  top: 14px;
}
.modeSelected__2ea32 .link__2ea32 {background-color: var(--red-600) !important;}
.link__2ea32 {
  border-radius: 0px !important;
  padding: 0px !important;
  padding-left: 16px !important;
  &::before {
    width: 1px;
    left: 10px;
    background-color: #ffffff1e;
  }
  &:hover {background-color: var(--red-700) !important;}
  .icon__2ea32 {scale: 0.6;}
  .linkTop__2ea32 {gap: 4px;}
}
.wrapper__2ea32 {margin: 0px;}
.name__2ea32,
.overflow_b0dfc2,
.username__07f91 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}
.wrapper__29444 {
  padding: var(--space-xxs) var(--space-xs);
  padding-left: 4px;
  box-sizing: content-box;
  .mainContent__29444 {
    flex-direction: row-reverse !important;
    flex: none !important;
    gap: 8px;
  }
  .icon__29444 {scale: 1.25;}
}
.spine__5b40b {display: none !important;}
.spineBorder__5b40b {
  left: 10px;
  width: 1px;
  background: #ffffff1e !important;
  height: 100%;
}
.typeThread__2ea32 {
  margin-left: 10px !important;
  .link__2ea32 {padding-left: 20px !important;}
}
.containerDefault__29444,
.wrapper__29444,
.content__07f91,
.list_c3cd7d {padding: 0px !important;}
.list_c3cd7d {padding-left: 16px !important;}
.sectionDivider__629e4 {
  margin: 4px !important;
  margin-top: 8px !important;
  width: 100% !important;
}
.linkBottom__2ea32 {margin-left: 4px;}

#

this is actually hypercompact/(code nested too) here