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 7138576 commit 964c540Copy full SHA for 964c540
_config.anzhiyu.yml
@@ -1225,7 +1225,7 @@ dynamicEffect:
1225
inject:
1226
head:
1227
# 自定义css
1228
- # - <link rel="stylesheet" href="/css/custom.css" media="defer" onload="this.media='all'">
+ - <link rel="stylesheet" href="/css/anzhiyu-fix.css" media="defer" onload="this.media='all'">
1229
1230
bottom:
1231
# 自定义js
source/css/anzhiyu-fix.css
@@ -0,0 +1,3 @@
1
+#recent-posts > .recent-post-item >.recent-post-info {
2
+ height: 200px !important;
3
+}
0 commit comments