Skip to content

Hide Corner Post Button by wavypurples

Screenshot of Hide Corner Post Button

Details

Authorwavypurples

LicenseNo License

Categoryhttps://community.lambdageneration.com

Created

Updated

Size670 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the twitter-like button in the corner

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Hide Corner Post Button
@namespace      https://userstyles.world/user/wavypurples
@version        0.0.0
@description    Hides the twitter-like button in the corner
@author         wavypurples
==/UserStyle== */
@-moz-document domain("lambdageneration.com") {
    .CreatePostBtn[data-v-539c8586] {
        align-items: center;
        background: var(--COLOR_PAGE);
        border-radius: 3px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25);
        color: #fff;
        display: none;
        font-size: 24px;
        height: 48px;
        justify-content: center;
        transition: transform .15s ease;
        width: 48px;
    }
}

Reviews

No reviews yet.