Skip to content

Better LINE NEWS by menndouyukkuri

Details

Authormenndouyukkuri

LicenseCC0

Categorynews.line.me

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes LINE NEWS easier to view. / LINE NEWSをより見やすくします。

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Better LINE NEWS
@namespace      https://userstyles.world/style/11568/
@version        1.0.0
@description    Makes LINE NEWS easier to view. / LINE NEWSをより見やすくします。
@author         menndouyukkuri
==/UserStyle== */

@-moz-document domain("news.line.me") {
    /* news.line.me全体に適用されるCSS */

    /* 左上の「LINE NEWS」リンクの左にマージンを追加 */
    .heading-link {
        margin-left: 10px;
    }

    /* コンテンツの幅を拡大 */
    .wrapper.pc,
    .list-page-container.pc,
    .web-footer.pc {
        width: 100% !important;
        max-width: 1000px;
    }

    /* 画像の最大幅を元の幅に */
    .notation-image.pc,
    .article-primary-header {
        max-width: 600px;
    }

    /* 記事のトップ画像を中央寄せに */
    .article-primary-header {
        margin: 0 auto;
    }

    /* フッター左下のリンクリストの左にマージンを追加 */
    .link-list {
        margin-left: 10px;
    }

    /* 右下の著作権表示の右にマージンを追加 */
    .copyright {
        margin-right: 10px;
    }
}

Reviews

No reviews yet.