mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-20 19:02:33 +00:00
Fix .post-title-link position (#76)
This commit is contained in:
parent
7cd83a4b8c
commit
1d2f0570b4
@ -43,6 +43,8 @@
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
content: '';
|
content: '';
|
||||||
height: 2px;
|
height: 2px;
|
||||||
|
// Fix issue #75
|
||||||
|
left: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
transform: scaleX(0);
|
transform: scaleX(0);
|
||||||
transition: transform $transition-ease;
|
transition: transform $transition-ease;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user