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 06a5c2f commit 38c92f9Copy full SHA for 38c92f9
astro.config.ts
@@ -164,9 +164,9 @@ export default defineConfig({
164
sidebar: await autogenSections(),
165
customCss: [
166
"./src/asides.css",
167
+ "./src/code.css",
168
"./src/headings.css",
169
"./src/input.css",
- "./src/kbd.css",
170
"./src/littlefoot.css",
171
"./src/mermaid.css",
172
"./src/table.css",
src/code.css
@@ -0,0 +1,8 @@
1
+/*
2
+ This is normally set to 2.5rem the user is unable to hover (i.e mobile)
3
+ and 2rem otherwise, we would like it to always be 2rem.
4
+*/
5
+.expressive-code .copy button {
6
+ width: 2rem !important;
7
+ height: 2rem !important;
8
+}
0 commit comments