mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 23:02:53 +01:00
fix: fix HMR not working. (#195)
* inline style to base.css * revert banner style * Properly revert the banner-related issues.
This commit is contained in:
committed by
saicaca
parent
85c9e1f5d2
commit
450ab150a3
@@ -115,19 +115,4 @@ function formatTag(tag: string[]) {
|
||||
</div>
|
||||
))
|
||||
}
|
||||
</div>
|
||||
|
||||
<style>
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer components {
|
||||
.dash-line {
|
||||
}
|
||||
.dash-line::before {
|
||||
content: "";
|
||||
@apply w-[10%] h-full absolute -top-1/2 left-[calc(50%_-_1px)] -top-[50%] border-l-[2px]
|
||||
border-dashed pointer-events-none border-[var(--line-color)] transition
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</div>
|
||||
Reference in New Issue
Block a user