mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-15 01:31:14 +09:00
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%;
|
|
}
|