-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfriendly-ui.css
More file actions
100 lines (79 loc) · 2.25 KB
/
friendly-ui.css
File metadata and controls
100 lines (79 loc) · 2.25 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
.quick-input-widget .monaco-list-rows {
background: transparent !important;
font-family: 'IBM Plex Sans' !important;
}
/* Left sidebar */
.sidebar .explorer-folders-view .editor-group,
.sidebar .explorer-folders-view .explorer-item {
height: 32px !important;
line-height: 32px !important;
font-size: 17px !important;
font-family: 'IBM Plex Sans' !important;
}
.sidebar .explorer-folders-view .monaco-inputbox {
margin-top: 4px !important;
}
.sidebar .open-editors .editor-group,
.sidebar .open-editors .open-editor {
line-height: 30px !important;
}
.sidebar .monaco-icon-label:before {
height: 30px !important;
}
.sidebar .scm-view .monaco-list-row {
line-height: 30px !important;
}
.sidebar .monaco-pane-view .pane>.pane-header>.title {
text-transform: none !important;
}
.sidebar .customview-tree .monaco-list .monaco-list-row .custom-view-tree-node-item {
height: 30px !important;
line-height: 30px !important;
}
/* Source Control */
.scm-view .monaco-list-row .monaco-icon-label-container {
height: 30px !important;
}
/* Command Palette */
.quick-input-widget .quick-input-list {
line-height: 36px !important;
}
.quick-input-widget .quick-input-list-entry-action-bar .actions-container {
height: 36px !important;
}
.quick-input-widget .monaco-icon-label:before {
height: 36px !important;
}
.quick-input-widget .quick-input-and-message .monaco-inputbox {
margin-bottom: 2px !important;
}
.quick-input-widget .quick-input-and-message .monaco-inputbox .ibwrapper>.input {
height: 35px !important;
font-size: 13px !important;
letter-spacing: 0.2px;
}
.quick-input-widget .quick-input-and-message .controls {
top: 0px !important;
top: 50% !important;
margin-top: -10px !important;
}
/* Scrollbar */
.decorationsOverviewRuler {
width: 5px !important;
}
.scrollbar {
width: 5px !important;
}
.scrollbar .slider {
width: 5px !important;
border-radius: 2.5px !important;
}
/* Composite */
.composite.has-composite-bar.header-or-footer .composite-bar {
margin: 0 auto !important;
width: 100% !important;
}
.composite.has-composite-bar.header-or-footer .composite-bar .actions-container {
justify-content: space-around !important;
}
/*# sourceMappingURL=custom.css.map */