1 parent d21af9c commit 4daa1f7Copy full SHA for 4daa1f7
1 file changed
themes/butterfly/layout/includes/page/talk.pug
@@ -102,14 +102,4 @@ if site.data.talk
102
.bber-reply(onclick="rmf.commentText(" + JSON.stringify(content) + ")")
103
i.far.fa-comment-alt
104
#bber-tips(style='color: var(--fyz-secondtext);')
105
- ="- 只展示最近" + i.limit + "条说说 -"
106
-
107
-style.
108
- .bber-item {
109
- transition: all 0.3s ease-in-out;
110
- }
111
- .bber-item:hover{
112
- z-index: 101;
113
- transform: scale(1.05);
114
- filter: brightness(1.1);
115
+ ="- 只展示最近" + i.limit + "条说说 -"
0 commit comments