Skip to content

Zennの見出しを見やすくするやつ by Comamoca

Details

AuthorComamoca

LicenseWTFPL

Categoryzenn

Created

Updated

Size627 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Zennで長いプロフィールがある人の見出しが多い記事を表示する際、プロフィールに圧迫されて見出しが見づらくなる現象を解消するCSSです。

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           zenn.dev - 2023/8/10 1:39:06
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("zenn.dev") {
    /* ここにコードを挿入... */
}

#__next > article > div.Container_wide__i6D5f.Container_common__bSTKj > div > div > div.View_columnsContainer__mDFW9 > aside > div > div.ArticleSidebar_stikcy__eTeB7 > div.ArticleSidebar_user__UeCE6.ArticleSidebar_sidebarCard__w397P > p > span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

Reviews

No reviews yet.