-
Notifications
You must be signed in to change notification settings - Fork 0
/
bottom-qi.css
57 lines (48 loc) · 1.5 KB
/
bottom-qi.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
.quick-input-widget {
left: 0 !important;
top: auto !important;
bottom: 0;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0), 0 0 0 100vw rgba(0, 0, 0, 0.15) !important;
width: 75% !important;
margin-left: 2px !important;
margin-bottom: 24px !important;
overflow-x: auto !important;
display: flex;
flex-direction: column-reverse !important;
justify-content: flex-end !important;
position: absolute !important;
}
.quick-input-widget .monaco-inputbox {
padding: 10px !important;
border-radius: 5px !important;
font-size: 13px !important;
}
.quick-input-widget .quick-input-action {
font-size: 13px !important;
display: flex;
flex-direction: column-reverse !important;
}
.quick-input-widget .monaco-list-rows {
height: auto;
font-size: 13px !important;
}
.quick-input-widget .monaco-list-row {
padding: 5px !important;
height: auto !important;
}
.quick-input-widget .quick-input-list-entry {
position: relative;
padding: 0px 5px 0px 15px;
}
.quick-input-widget .quick-input-list-entry .codicon[class*=codicon-] {
font-size: 15px;
}
.quick-input-widget .quick-input-list .quick-input-list-entry.quick-input-list-separator-border {
border-top-width: 0px !important;
}
.quick-input-widget .quick-input-list .quick-input-list-label-meta .monaco-highlighted-label:before {
content: ' ▸ ';
}
.quick-input-widget .quick-input-list .quick-input-list-entry .monaco-action-bar.animated.quick-input-list-entry-action-bar {
height: unset;
}