#Demonstration

1 messages · Page 1 of 1 (latest)

radiant wedge
hallow venture
#

Very useful vennieheart

#

A few things still display, mainly in embeds tho

radiant wedge
hallow venture
radiant wedge
#

Thanks, will fix in the morning

lone pumice
#

problem with unicode characters

faint ingot
#

doesn't hide clan tags

shy citrus
#

is there a way to have this happen when streamer mode is turned on?

lone pumice
#

or use the bulitin css logic by checking if the "stream mode is enabled" message. if that possible

shy citrus
#

there was some sort of CSS i remember using that did the same thing with blur

#

it's broken now though :/

lone pumice
#

the problem with it, that the classes names are hardcoded

shy citrus
#

mm gotcha thank u

#

this just looks nicer :)

#

i’ll prob try to splice them together later today

hallow venture
lone pumice
#

the sound is everything for me, can you make it on hover too like the don't leak?

hallow venture
radiant wedge
hallow venture
#

Yippee

radiant wedge
radiant wedge
radiant wedge
radiant wedge
#

New update v1.1.0. If you downloaded the file previously, please redownload for the new editable variables.

  • Added true toggle variables for showing/hiding text and client mod elements - read customisation notes for more info.
  • Styled additional user avatars
  • Reduced output filesize
GitHub

A Discord theme for demonstrating Discord themes. Contribute to MiniDiscordThemes/Demonstration development by creating an account on GitHub.

restive narwhal
hallow venture
#

Why hardcode class names when you can just use more efficient selectors and not have to bother

radiant wedge
#

Just speaking for me, I use hardcoded classes because although [class*=] selectors are fine in most situations, they can super tank performance when used in :has()

lone pumice
radiant wedge
restive narwhal
lone pumice
restive narwhal
strong plover
hallow venture
strong plover
#

ah glide.

#

which specific theme is it

#

nvm found which one

hallow venture
#

I think

radiant wedge
#

bazonga

vast wren
#

This seems to have broken for avatars and server icons

hallow venture
#

Only some tho

strong plover
#

Also images in dms.

vast wren
#

made a quick (extremely scuffed) censored guild bar

.wrapper_f90abb {
  background: var(--background-primary);
  &::after {
    content: '-';
    font-weight: 500;
    line-height: 1.2em;
    white-space: nowrap;
    font-size: 18px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-normal);
  }
}
.icon_f90abb, .childWrapper_f90abb {
  display: none;
}
.icon_f11207 {
  background: var(--background-primary) !important;
  &::after {
    content: '-';
    font-size: 8px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    color: var(--text-normal);
    transform: translateY(3px);
    font-weight: 500;
    line-height: 1.2em;
    height: 8px;
    display: flex;
    justify-content: center;
  }
  .acronym_f11207 {
    display: none;
  }
}```
radiant wedge
radiant wedge
#

Is now fixed

vast wren
#

yay

pliant iron
#

@radiant wedge hi sorry for the ping, but is there any chance you could get this working again?

#

the class updater fixes like half of it sorta