Blame Raw
· · · 47 lines (755 B)
0 contributors
1#memory_settings {
2 display: flex;
3 flex-direction: column;
4}
5
6#memory_contents {
7 field-sizing: content;
8 max-height: 50dvh;
9}
10
11#memory_restore {
12 width: max-content;
13}
14
15label[for="memory_frozen"],
16label[for="memory_skipWIAN"] {
17 display: flex;
18 align-items: center;
19 margin: 0 !important;
20}
21
22label[for="memory_frozen"] input {
23 margin-right: 10px;
24}
25
26.memory_contents_controls {
27 display: flex;
28 flex-direction: row;
29 align-items: center;
30 justify-content: space-between;
31}
32
33.memory_disabled_hint {
34 margin-left: 2px;
35}
36
37#summarySettingsBlock {
38 display: flex;
39 flex-direction: column;
40 row-gap: 5px;
41}
42
43#summaryExtensionPopout {
44 display: flex;
45 flex-direction: column;
46 padding-top: 25px;
47}