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:
Katsuyuki Karasawa
2024-10-26 16:37:24 +09:00
committed by saicaca
parent 85c9e1f5d2
commit 450ab150a3
10 changed files with 547 additions and 411 deletions

View File

@@ -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>