-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstyle.css
114 lines (102 loc) · 2.86 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
@-moz-document domain("notion.so"),
domain("notion.site") {
.notion-frame,
.notion-sidebar,
.notion-overlay-container {
direction: rtl;
}
.notion-frame .notion-scroller .notion-page-controls svg,
.notion-overlay-container .notion-scroller .notion-page-controls svg {
margin-right: 0 !important;
margin-left: 6px;
}
.notion-topbar svg.check,
.notion-overlay-container svg.check {
margin-right: 0 !important;
margin-left: 6px;
}
.notion-frame .notion-page-content .notion-quote-block .notranslate {
border-left: 0 !important;
border-right: 3px solid;
}
.notion-frame .notion-page-content .notion-to_do-block .notranslate,
.notion-frame
.notion-page-content
.notion-bulleted_list-block
.notranslate {
text-align: right !important;
}
#notion-app .notion-sidebar-container {
float: right;
right: 0;
position: absolute !important;
max-height: 100%;
height: 100vh;
}
#notion-app .notion-frame {
float: left;
left: 0;
position: fixed;
}
.notion-help-button {
right: 100%;
left: 33px;
}
/* LTR support for code blocks */
.notion-code-block {
direction: ltr;
}
/* RTL support for five-level sidebar */
.notion-page-block > a > div {
padding-right: 8px !important;
padding-left: 8px !important;
}
.notion-outliner-team .notion-page-block > a > div {
padding-right: calc(8px + 8px) !important;
}
.notion-outliner-team
.notion-page-block
> .notion-outliner-team
.notion-page-block
> a
> div {
padding-right: calc(8px + 8px + 8px) !important;
}
.notion-outliner-team
.notion-page-block
> .notion-outliner-team
.notion-page-block
> .notion-outliner-team
.notion-page-block
> a
> div {
padding-right: calc(8px + 8px + 8px + 8px) !important;
}
.notion-outliner-team
.notion-page-block
> .notion-outliner-team
.notion-page-block
> .notion-outliner-team
.notion-page-block
> .notion-outliner-team
.notion-page-block
> a
> div {
padding-right: calc(8px + 8px + 8px + 8px + 8px) !important;
}
blockquote > div:nth-child(1) {
border-left: none !important;
}
blockquote > div:nth-child(1) > div:nth-child(1) {
padding-right: 14px !important;
}
/* Block table */
.notion-frame .notion-collection-view-body .notion-table-view-header-row {
direction: rtl !important;
text-align: right !important;
}
.notion-frame .notion-collection-view-body .notion-table-view-row {
direction: rtl !important;
text-align: right !important;
}
}