embedのbootエントリーポイントを分離

This commit is contained in:
kakkokari-gtyih
2024-06-07 16:50:13 +09:00
parent bd0b7f90cf
commit 29033bd460
8 changed files with 65 additions and 36 deletions

View File

@@ -90,17 +90,6 @@ html {
&.useSystemFont {
font-family: system-ui;
}
&.embed {
background-color: transparent;
overflow: hidden;
}
}
html.embed,
html.embed body,
html.embed #misskey_app {
height: 100%;
}
html._themeChanging_ {