修复tools bug
This commit is contained in:
@@ -1,14 +1,16 @@
|
|||||||
---
|
---
|
||||||
title: 八月记
|
title: 八月记
|
||||||
pubDate: 2026-08-27T06:42:43.447Z
|
pubDate: 2026-08-30T21:00:00.000Z
|
||||||
categories:
|
categories:
|
||||||
- 生活
|
- 生活
|
||||||
tags:
|
tags:
|
||||||
- 总结
|
- 总结
|
||||||
draft: true
|
draft: false
|
||||||
webmention: true
|
webmention: true
|
||||||
|
comments: true
|
||||||
---
|
---
|
||||||
|
|
||||||
## 序
|
## 序
|
||||||
|
|
||||||
Cue 一下去年年初写的[《复盘我这庸碌的寒假》](https://www.luming.cool/posts/2025/02/winter-holiday-summary/),因为我的暑假比它还庸碌。
|
Cue 一下去年年初写的[《复盘我这庸碌的寒假》](https://www.luming.cool/posts/2025/02/winter-holiday-summary/),因为我今年的暑假更庸碌。
|
||||||
|
|
||||||
|
|||||||
@@ -274,6 +274,12 @@
|
|||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
font: 600 1rem/1.35 var(--reading-font-family);
|
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 {
|
.shortcode-tool-list {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||||
|
|||||||
Reference in New Issue
Block a user