Files
misskey/packages/frontend/src/style.embed.scss
2024-06-07 16:50:13 +09:00

19 lines
265 B
SCSS

@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%;
}