Skip to content

Flip TV mode for post by tesladario

Details

Authortesladario

LicenseNo License

Categoryflip

Created

Updated

Size1.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Flip TV mode for post

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Flip TV mode for post
@version      20211117.12.27
@namespace    userstyles.world/user/tesladario
@description  Flip TV mode for post
@author       tesladario
@license      No License
==/UserStyle== */
@-moz-document url-prefix("https://staging.flipnext.de") {
    flip-top-bar,
    flip-post-footer,
    flip-comments-feed,
    flip-footer-input,
    [data-cy="post-options-button"],
    .post-article__like-count,
    .post-article__translate {
        display: none !important;
    }

    .flip-content {
        padding-top: 0;
    }

    .post-details {
        max-width: 1200px !important;
    }

    flip-post-header flip-avatar {
        width: 60px;
        height: 60px;
    }

    flip-post-header [data-cy="post-header-summary"] > .text-body-2 {
        font-size: 1.4rem;
        margin-top: 0.5rem;
    }

    flip-post-header [data-cy="post-header-summary"] flip-date {
        font-size: 1rem;
    }
    .post-article [data-cy="post-title"] {
        font-size: 2.25em;
    }

    .post-article {
        font-size: 1em;
    }

    .post-article [data-cy="post-body"] h1 {
        font-size: 2em;
    }

    .post-article [data-cy="post-body"] h2,
    .post-article [data-cy="post-body"] h3 {
        font-size: 1.75em;
    }

    .post-article [data-cy="post-body"] p,
    .post-article [data-cy="post-body"] li,
    .post-article [data-cy="post-body"] h4,
    .post-article [data-cy="post-body"] h5,
    .post-article [data-cy="post-body"] h6 {
        font-size: 1.75em;
    }
}

Reviews

No reviews yet.