-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
/*
* SPDX-FileCopyrightText: 2024 Shota FUJI <pockawoooh@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-only
*/
.theme {
position: absolute;
inset: 0;
box-sizing: border-box;
overflow: auto;
}
:global(.sb-main-padded) .theme {
padding: var(--space-3);
}