Fixes the paragraph spacing
Notion Fix Paragraph Spacing by darkruby501
Details
Authordarkruby501
LicenseNo License
CategoryProductivity
Created
Updated
Code size336 B
Code checksumff29a34b
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Notion Fix Paragraph Spacing
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Fixes the paragraph spacing
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.notion.so/") {
.notion-text-block {
margin-bottom: 14px !important
}
}