修复tools bug

This commit is contained in:
2026-08-30 19:43:21 +08:00
parent 10fbbe313f
commit ffb3c37546
3 changed files with 11 additions and 3 deletions
+6
View File
@@ -274,6 +274,12 @@
color: var(--color-text);
font: 600 1rem/1.35 var(--reading-font-family);
}
.prose .shortcode-tools-title {
display: block;
}
.prose .shortcode-tools-title::before {
content: none;
}
.shortcode-tool-list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));