#Css

1 messages ยท Page 1 of 1 (latest)

teal agate
#

Thanks ๐Ÿ‘

leaden sonnet
#

You should add all your snipets to your midnight theme fr hypershiggy

weak juniper
#

i have so far but idk about this one

#

currently running a poll

leaden sonnet
#

omg how have I not noticed that you added them at all ๐Ÿ˜ญ

teal agate
#

lol

hasty steppe
#

any way this could be done with the one in the channel list too?

weak juniper
#
.top__18077 > .containerPadding_b3087b {
    padding: 16px;
    margin-top: -40px;
    transition: margin-top 0.2s ease;
}
.top__18077:hover > .containerPadding_b3087b:hover {
    margin-top: -12px;
}
.bottom__9717f > .containerPadding_b3087b {
    padding: 16px;
    margin-bottom: -40px;
    transition: margin-bottom 0.2s ease;
}
.bottom__9717f > .containerPadding_b3087b:hover {        
    margin-bottom: -12px;
}```
hollow veldt
#

Fixed Version (<t:1711618800:d>)

/* Show new messages info box during hover only */
.messagesWrapper_add28b {
    overflow: hidden;
}
.newMessagesBar__8b272 {
    top: -48px;
    height: 72px;
    transition: top 0.2s ease;
    background: none;
    box-shadow: none;
    border-radius: 0;
}
.newMessagesBar__8b272::before {
    content: '';
    background: var(--brand-experiment);
    box-shadow: var(--elevation-low);
    width: 100%;
    position: absolute;
    height: 32px;
    border-radius: 12px;
}
.newMessagesBar__8b272:hover {
    top: -12px;
}