Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
koobai committed Aug 26, 2023
1 parent ce6a585 commit a72c975
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1750,10 +1750,6 @@ img[atk-emoticon] {
.memos_diaoyong:hover, .bb-list-li:hover {
box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.05); }

.memos-diaoyong-tag {
float: left;
margin-top: 1px; }

.memos-diaoyong-tag .memos-tag-dg {
cursor: auto; }

Expand Down
4 changes: 0 additions & 4 deletions themes/jingzhe/assets/scss/_memos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
.memos_diaoyong:hover,.bb-list-li:hover{
box-shadow: 2px 4px 16px rgba(0,0,0,.05);
}
.memos-diaoyong-tag{
float: left;
margin-top: 1px;
}
.memos-diaoyong-tag .memos-tag-dg{
cursor: auto;
}
Expand Down
2 changes: 1 addition & 1 deletion themes/jingzhe/layouts/shortcodes/memos.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<li class="memos_diaoyong img-hide">
<div class="memos-pl">
<!--<emoji-reaction class="reactions" reactTargetId="/m/${data[i].id}" theme="system" endpoint="https://like.yangle.vip" availableArrayString="👍,thumbs-up;🎉,party-popper;😄,smile-face;😎,cool;"></emoji-reaction>-->
${memosTag}
<div class="memos-diaoyong-tag">${memosTag}</div>
</div>
<div class="memos_diaoyong_info" view-image>${bbContREG}</div>
<div class="memos_diaoyong_top">
Expand Down

1 comment on commit a72c975

@vercel
Copy link

@vercel vercel bot commented on a72c975 Aug 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.