fix(frontend-embed): 不足していたスタイル・インポートを追加 (#14531)

* fix(frontend-embed): add missing imports

* fix(frontend-embed): add missing styles
This commit is contained in:
かっこかり
2024-09-09 22:44:39 +09:00
committed by GitHub
parent 2cbe1d1210
commit 672779a15f
6 changed files with 11 additions and 2 deletions

View File

@@ -45,4 +45,8 @@ defineExpose({
.root {
background: var(--panel);
}
.note {
border-bottom: 0.5px solid var(--divider);
}
</style>