🐛 Fixed the author's avatar image path & post footer button hover style.

This commit is contained in:
凡梦星尘
2022-05-16 09:01:09 +08:00
parent 6cc370cb53
commit 331c692be5
3 changed files with 6 additions and 6 deletions

View File

@@ -95,8 +95,8 @@
content: "";
position: absolute;
z-index: -1;
top: -1px;
left: -1px;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--btn-default-hover-bg);
@@ -148,9 +148,9 @@
content: "";
position: absolute;
z-index: -1;
top: -1px;
top: 0;
bottom: 0;
left: -1px;
left: 0;
right: 0;
background: var(--btn-default-hover-bg);
-webkit-transform: scaleX(0);