Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
182 lines (149 loc) · 3.37 KB

File metadata and controls

182 lines (149 loc) · 3.37 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
/* for markdown-body */
.vscode-body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif,
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
padding-top: 40px;
padding-bottom: 40px;
max-width: 758px;
overflow: visible !important;
}
/*fixed style for bootstrap comflict*/
.vscode-body .emoji {
vertical-align: top;
}
.vscode-body pre {
border: inherit !important;
}
.vscode-body code {
color: inherit !important;
}
.vscode-body pre code .wrapper {
display: -webkit-inline-flex;
display: -moz-inline-flex;
display: -ms-inline-flex;
display: -o-inline-flex;
display: inline-flex;
}
.vscode-body pre code .gutter {
float: left;
overflow: hidden;
-webkit-user-select: none;
user-select: none;
}
.vscode-body pre code .gutter.linenumber {
text-align: right;
position: relative;
display: inline-block;
cursor: default;
z-index: 4;
padding: 0 8px 0 0;
min-width: 20px;
box-sizing: content-box;
color: #afafaf !important;
border-right: 3px solid #6ce26c !important;
}
.vscode-body pre code .gutter.linenumber > span:before {
content: attr(data-linenumber);
}
.vscode-body pre code .code {
float: left;
margin: 0 0 0 16px;
}
.vscode-body .gist .line-numbers {
border-left: none;
border-top: none;
border-bottom: none;
}
.vscode-body .gist .line-data {
border: none;
}
.vscode-body .gist table {
border-spacing: 0;
border-collapse: inherit !important;
}
.vscode-body code[data-gist-id] {
background: none;
padding: 0;
}
.vscode-body code[data-gist-id]:before {
content: '';
}
.vscode-body code[data-gist-id]:after {
content: '';
}
.vscode-body code[data-gist-id] .blob-num {
border: unset;
}
.vscode-body code[data-gist-id] table {
overflow: unset;
margin-bottom: unset;
}
.vscode-body code[data-gist-id] table tr {
background: unset;
}
/*fixed style for rtl in pre and code*/
.vscode-body[dir='rtl'] pre {
direction: ltr;
}
.vscode-body[dir='rtl'] code {
direction: ltr;
unicode-bidi: embed;
}
.vscode-body .alert > p {
margin-bottom: 0;
}
.vscode-body pre.flow-chart,
.vscode-body pre.sequence-diagram,
.vscode-body pre.graphviz,
.vscode-body pre.mermaid,
.vscode-body pre.abc {
text-align: center;
background-color: inherit;
border-radius: 0;
white-space: inherit;
}
.vscode-body pre.flow-chart > code,
.vscode-body pre.sequence-diagram > code,
.vscode-body pre.graphviz > code,
.vscode-body pre.mermaid > code,
.vscode-body pre.abc > code {
text-align: left;
}
.vscode-body pre.flow-chart > svg,
.vscode-body pre.sequence-diagram > svg,
.vscode-body pre.graphviz > svg,
.vscode-body pre.mermaid > svg,
.vscode-body pre.abc > svg {
max-width: 100%;
height: 100%;
}
.vscode-body pre > code.wrap {
white-space: pre-wrap; /* Since CSS 2.1 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.vscode-body .alert > p,
.vscode-body .alert > ul {
margin-bottom: 0;
}
.vscode-body summary {
display: list-item;
}
.vscode-body summary:focus {
outline: none;
}
.vscode-body details summary {
cursor: pointer;
}
.vscode-body details:not([open]) > *:not(summary) {
display: none;
}
.vscode-body figure {
margin: 1em 40px;
}
.vscode-body .mark,
.vscode-body mark {
background-color: #fff1a7;
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.