mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 22:49:24 +09:00
19 lines
265 B
SCSS
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%;
|
||
|
}
|