-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
60 lines (50 loc) · 1.24 KB
/
Copy pathstyles.css
File metadata and controls
60 lines (50 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.localsync-settings .localsync-wide-input {
box-sizing: border-box;
width: 100%;
max-width: 20rem;
}
.localsync-settings .localsync-wide-setting .setting-item-control {
flex: 0 0 auto;
max-width: 20rem;
min-width: 0;
width: min(100%, 20rem);
}
.localsync-settings .localsync-wide-setting textarea.localsync-wide-input {
min-width: 100%;
}
.localsync-settings .localsync-wide-setting:has(textarea.localsync-wide-input) .setting-item-control {
align-items: flex-start;
flex-direction: column;
gap: 0.5rem;
}
.localsync-settings .localsync-wide-setting:has(textarea.localsync-wide-input) .setting-item-control button {
align-self: flex-end;
}
.localsync-settings .localsync-mnemonic-setting {
flex-wrap: wrap;
}
.localsync-settings .localsync-mnemonic-box {
flex: 1 0 100%;
margin-top: 0.5rem;
width: 100%;
}
.localsync-settings .localsync-mnemonic-input {
box-sizing: border-box;
font-family: var(--font-monospace);
font-size: 0.85em;
width: 100%;
}
.localsync-progress-notice {
min-width: 14rem;
}
.localsync-progress-notice progress {
display: block;
margin-top: 0.5rem;
width: 100%;
}
.localsync-progress-detail {
color: var(--text-muted);
font-size: 0.85em;
margin-top: 0.25rem;
text-align: right;
}