️ 添加 hover 效果

This commit is contained in:
BTMuli
2023-12-10 16:30:37 +08:00
parent 0141012f55
commit 838fefac6a

View File

@@ -368,17 +368,21 @@ function searchPost(): void {
}
.post-nav img {
width: 20px;
height: 20px;
margin-right: 5px;
width: 25px;
height: 25px;
}
.posts-nav span {
display: none;
color: var(--common-text-title);
font-family: var(--font-title);
font-size: 16px;
}
.post-nav:hover span {
display: block;
}
.posts-switch {
display: flex;
align-items: flex-end;