Skip to content

Commit b646bbd

Browse files
committed
fix css
1 parent 2702ebd commit b646bbd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/renderer/overrides.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Prefer custom vies when possible, to avoid inflating this file.
44
*/
55

6-
// react-color
6+
/* react-color */
77

88
.chrome-picker,
99
.photoshop-picker {
@@ -73,7 +73,7 @@
7373
}
7474
}
7575

76-
// cmdk
76+
/* cmdk */
7777

7878
[cmdk-item],
7979
[cmdk-empty] {
@@ -92,7 +92,7 @@
9292
@apply p-2 text-muted uppercase font-bold text-2xs;
9393
}
9494

95-
// codemirror
95+
/* codemirror */
9696

9797
.CodeMirror-selected {
9898
@apply overlay !important;
@@ -133,7 +133,7 @@
133133
@apply p-0;
134134
}
135135

136-
// react-timeline-editor
136+
/* react-timeline-editor */
137137

138138
.timeline-editor {
139139
@apply bg-primary w-full min-h-0 h-full !important;
@@ -180,7 +180,7 @@
180180
linear-gradient(90deg, var(--border-color) 1px, transparent 0) !important;
181181
}
182182

183-
// react-d3-tree
183+
/* react-d3-tree */
184184

185185
.rd3t-node,
186186
.rd3t-leaf-node {
@@ -205,7 +205,7 @@
205205
fill: inherit !important;
206206
}
207207

208-
// devtools
208+
/* devtools */
209209

210210
.devtools * {
211211
background: transparent !important;

0 commit comments

Comments
 (0)