#Neat!

1 messages · Page 1 of 1 (latest)

placid rapids
#

it would be nice to have it as an @import blobcatcozy

grand quarry
placid rapids
#

ah

i like using imports because it allows me to keep the actual css to what i wrote myself so it's eaiser to navigate

wide rain
hexed shard
#

a bit too compact...

languid coyote
#

only issue with this on a vertical monitor it doeesn't extend all the way down

grand quarry
grand quarry
low shuttle
#

is there a way to make it resizeable like how the channel names are so resizeable horizontally?

grand quarry
delicate current
#

@grand quarry is there a way to bring back the name plates on this?

grand quarry
delicate current
#

:C

#

well fuck you I will edit your code then

delicate current
#

@grand quarry ❤️

mighty pine
#

is there a reason some users are a lil to the right?

shell cape
#

yeah i do get that too

warm harbor
#

@mighty pine @shell cape can be fixed by adding this inside of the first .member__5d463 block:

.childContainer__91a9d .nameplated__91a9d {
      position: initial !important;
    }

or this if you want the more future-proof version:

[class*="childContainer"][class*="nameplated"] {
      position: initial !important;
    }
shell cape
#

it works, thank you

slender osprey
marble gale
#

discord just broke this snippet

marble gale
#

i was able to fix it with the class updater

hidden gust
#

randomly some shit went outta line like this today

#

anyway idk why and dont care to investigate, btu this fixes it

#

just comment this

#
.membersWrap_c8ffbb {
.content_d125d2 {
  padding: 0em 0.25ch;
  /* activity header bar */
  .headerContainer__095fe {
    padding-left: 1ch !important;
  }

  /* activity cards */
  .container__0f2e8  {
    margin: 0.25em;
    padding: 0.25em;
  }

  /* role header */
  .membersGroup_c8ffbb {
    padding: 0 !important;
    padding-top: 0.25em !important;
    margin: 0 !important;
  }

  /* each member row */
  .member__5d473, .childContainer__91a9d, .memberInner__5d473 {
    padding: 0 !important;
    margin: 0 !important;

    /* pfp */
    .avatar__91a9d {
      scale: 0.75;
      margin: 0;
      padding-right: 0.5ch;
    }

    /* name + extras */
    .content__91a9d {
      display: flex;
      align-items: center;
      align-content: center;
      gap: 4px;
    }
  }
}

/* member count */
.vc-membercount-widget {
  margin: 0.33em 0 0;
}}