forked from mirror/misskey
20 lines
292 B
SCSS
20 lines
292 B
SCSS
@charset "utf-8";
|
|
|
|
/*
|
|
* SPDX-FileCopyrightText: syuilo and misskey-project
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
html.embed {
|
|
background-color: transparent;
|
|
color-scheme: light dark;
|
|
overflow: hidden;
|
|
}
|
|
|
|
html.embed,
|
|
html.embed body,
|
|
html.embed #misskey_app {
|
|
height: 100%;
|
|
}
|