fix: appearance setting not correctly set at first time & something else

This commit is contained in:
saicaca
2023-10-19 21:48:26 +08:00
parent ea4a453e25
commit 377ff3a4cc
4 changed files with 30 additions and 22 deletions

View File

@@ -156,6 +156,7 @@ const { remarkPluginFrontmatter } = await entry.render();
position: absolute
left: -0.25rem
display: block
transition: background 0.15s ease-in-out;
background: var(--btn-regular-bg)
height: 100%
width: 0.25rem
@@ -167,5 +168,8 @@ const { remarkPluginFrontmatter } = await entry.render();
content: none
img
border-radius: 8px
hr
border-color: var(--line-divider)
border-style: dashed
</style>