We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a34a18 commit 5625943Copy full SHA for 5625943
2 files changed
packages/client/styles/code.css
@@ -123,13 +123,19 @@ html:not(.dark) .shiki span {
123
}
124
125
/* Inline Code */
126
+.slidev-note :not(pre) > code,
127
.slidev-layout :not(pre) > code {
128
font-size: 0.9em;
129
background: var(--slidev-code-background);
130
border-radius: var(--slidev-code-radius);
131
--uno: font-light py-0.5 px-1.5;
132
133
134
+.slidev-note :not(pre) > code:after,
135
+.slidev-note :not(pre) > code:before {
136
+ content: '';
137
+}
138
+
139
.slidev-layout :not(pre) > code:before {
140
margin-right: -0.08em;
141
packages/client/styles/index.css
@@ -144,3 +144,7 @@ html {
144
transform: scale(calc(1 * var(--slidev-slide-scale)));
145
transform-origin: 30px top;
146
147
148
+.slidev-note ul {
149
+ margin: 0;
150
0 commit comments