-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
67 lines (55 loc) · 1.21 KB
/
style.css
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
61
62
63
64
65
66
67
.ls_g2t_container {
position: fixed;
top: 33px;
right: 0;
bottom: 0;
left: 160px;
display: flex;
flex-direction: column;
}
.folded .ls_g2t_container {
left: 36px;
}
.folded .ls_g2top_notice {
left: 56px;
}
.ls_g2t_section {
overflow: auto;
overscroll-behavior-y: none;
height: 100%;
}
.ls_g2t_sidepanel {
overflow: hidden scroll;
}
.ls_g2t_sidepanel>.components-panel__header {
position: sticky;
top: 0;
z-index: 100;
background-color: white;
}
.components-grid.components-tools-panel .ls_gtp_color_container {
row-gap: 0;
}
.ls_gtp_color_container .components-tools-panel-item .components-dropdown {
width: 100%;
}
.ls_gtp_color_container .components-tools-panel-item button {
width: 100%;
padding: 20px 10px;
}
.ls_gtp_color_container .components-tools-panel-item:nth-child(1) {
border: 1px solid rgba(0, 0, 0, .1);
}
.ls_gtp_color_container .components-tools-panel-item:nth-child(2) {
border-left: 1px solid rgba(0, 0, 0, .1);
border-bottom: 1px solid rgba(0, 0, 0, .1);
border-right: 1px solid rgba(0, 0, 0, .1);
}
.ls_g2top_notice {
position: fixed;
bottom: 2rem;
left: 180px;
}
#wpfooter {
display: none;
}