embedのbootエントリーポイントを分離
This commit is contained in:
18
packages/frontend/src/style.embed.scss
Normal file
18
packages/frontend/src/style.embed.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
@charset "utf-8";
|
||||
|
||||
/*
|
||||
* SPDX-FileCopyrightText: syuilo and misskey-project
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
html.embed {
|
||||
background-color: transparent;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
html.embed,
|
||||
html.embed body,
|
||||
html.embed #misskey_app {
|
||||
height: 100%;
|
||||
}
|
Reference in New Issue
Block a user