RTL styles for notion.so
notion.so RTL by topheal
Details
Authortopheal
LicenseNo License
CategoryRTL, Notion.so
Created
Updated
Size394 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.notion.so
@version 20231004.11.58
@namespace ?
==/UserStyle== */
@-moz-document domain("www.notion.so") {
.notion-page-content .notion-selectable {direction: rtl !important;}
.notion-sidebar-container,.notion-sidebar-container {
background-color: white !important;
}
.notion-focusable[role="button"] > div {
border-radius: 0 12px 12px 0;
}
}