fix pre-expand-blog check always true

This commit is contained in:
zhaospei 2023-02-07 00:26:04 +07:00
parent 4e7b8daada
commit 262514acee
4 changed files with 25 additions and 17 deletions

View file

@ -228,6 +228,7 @@
}
.show-more {
display: flex;
color: black;
font-style: italic;
font-size: 16px;
@ -237,7 +238,6 @@
position: absolute;
inset: 50% 0px 0px;
background: linear-gradient(transparent, white);
display: flex;
-webkit-box-pack: end;
justify-content: flex-end;
align-items: flex-end;