#Peak

1 messages · Page 1 of 1 (latest)

split hound
#

you don't need a reason blobcatcozy

foggy cape
#

I don't know i need it

dim kayak
#

what about unread channels?

foggy cape
flint garden
#

idk why but for me it only works as quick css but not as css file in themes folder

sour lynx
#

replace with this for a better snippet

:root {
    --list-item-transition: 0.2s ease;
}
.wrapper__2ea32 .link__2ea32 {
    transition: margin-left var(--list-item-transition);
}
.wrapper__2ea32:hover .link__2ea32 {
    margin-left: 10px;
}
.unread__2ea32 {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    transition: var(--list-item-transition);
}
.wrapper__2ea32:hover .unread__2ea32 {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: 3px;
    background-color: transparent;
    background: url('https://cdn.discordapp.com/emojis/1026532993923293184.webp?size=128');
    background-size: 12px;
    background-position: center;
}
#

@hybrid sundial

marsh oxide
#

husk >>>

sour lynx
#

did someone ghost ping me

rocky sand
#

⚪

#

this is better:

dim kayak
#

please wrap it in a codeblock

foggy cape
#

-@rocky sand

:root {
    --list-item-transition: 0.2s ease;
}
.wrapper__2ea32 .link__2ea32 {
    transition: margin-left var(--list-item-transition);
}
.wrapper__2ea32:hover .link__2ea32 {
    margin-left: 10px;
}
.unread__2ea32 {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    transition: var(--list-item-transition);
}
.wrapper__2ea32:hover .unread__2ea32 {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: 3px;
    background-color: white;
    background: url('https://discord.com/assets/d1fd617c21dd1b26.svg');
    background-size: 8px;
    background-position: center;
}```
rocky sand
#

⚪