Skip to content

Border on the Notion Synced Block by shibachang

Screenshot of Border on the Notion Synced Block

Details

Authorshibachang

LicenseNo License

Categorynotion.so

Created

Updated

Size429 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Add borders to the Synced Blocks in Notion to make it clear which block belongs to which.
Notionの同期ブロックにborderをつけて、どこまでがどのブロックなのかを分かりやすくします。
在Notion中的同步块上添加边框,以便清楚地知道哪个块属于哪个。

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           2023/3/16 7:28:23
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
.notion-transclusion_reference-block {
  border: solid 0.5px;
  padding: 10px;
}
.notion-transclusion_container-block {
  border: solid 0.5px;
  padding: 10px;
}

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

Reviews

No reviews yet.