File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 8
8
"version" : {
9
9
"major" : 0 ,
10
10
"minor" : 0 ,
11
- "patch" : 4
11
+ "patch" : 5
12
12
},
13
13
"description" : " Give presentations directly from your notes in RemNote" ,
14
14
"requestNative" : false ,
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ export const presentationCSS = `
7
7
--line-height: 36px
8
8
}
9
9
10
+ .EditorContainer{
11
+ line-height: normal !important;
12
+ }
13
+
10
14
.rem {
11
15
margin: 25px 0px 25px 0px;
12
16
}
@@ -17,14 +21,14 @@ export const presentationCSS = `
17
21
18
22
.perfect-circle {
19
23
--target-width: 20px;
20
- margin: 0px 10px 0 0px ;
24
+ margin-top: 20px ;
21
25
}
22
26
23
27
.rn-doc-title {
24
28
font-size: 50px;
25
29
margin: 0 0 100px 0
26
30
}
27
-
31
+
28
32
::-webkit-scrollbar-thumb {
29
33
background: none;
30
34
}
@@ -43,7 +47,7 @@ export const presentationCSS = `
43
47
44
48
.rn-help-button {
45
49
display: none;
46
- }
50
+ }
47
51
48
52
.six-dot {
49
53
display: none;
@@ -88,4 +92,4 @@ export const presentationCSS = `
88
92
.rn-editor__rem__hidden-children {
89
93
display: none;
90
94
}
91
- `
95
+ ` ;
You can’t perform that action at this time.
0 commit comments