-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtemplatePickerPreact.css
More file actions
52 lines (42 loc) · 1015 Bytes
/
Copy pathtemplatePickerPreact.css
File metadata and controls
52 lines (42 loc) · 1015 Bytes
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
.template-picker-settings {
padding: 16px;
}
.template-picker-blurb {
margin-bottom: 1rem;
}
.template-picker-scan {
margin-bottom: 0.5rem;
}
.template-picker-status {
margin-bottom: 1rem;
opacity: 0.8;
}
#right-pane .body-wrapper:has(#x-template-picker-widget),
#right-pane .card-body:has(#x-template-picker-widget) {
contain: none !important;
overflow: visible !important;
}
#x-template-picker-widget {
display: flex;
flex-wrap: wrap;
flex-direction: column;
align-items: center;
gap: 1rem;
width: 100%;
padding: 0.5rem;
}
#x-template-picker-widget div {
width: 100% !important
}
#x-template-picker-widget button {
width: 100% !important;
text-align: left;
anchor-name: --x-template-picker-anchor;
}
#x-template-picker-widget ul {
position: fixed !important;
position-anchor: --x-template-picker-anchor;
width: anchor-size(width) !important;
/*left: 50% !important;
transform: translate(-50%, 0) !important;*/
}