File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <!DOCTYPE html>
1+ <!doctype html>
22< html lang ="en ">
33 < head >
4- < meta charset ="utf-8 " / >
5- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " / >
4+ < meta charset ="utf-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < title > <vscode-button-group> Demo</ title >
77 < link
88 rel ="stylesheet "
99 href ="../node_modules/@vscode/codicons/dist/codicon.css "
1010 id ="vscode-codicon-stylesheet "
11- / >
11+ >
1212 < script
1313 type ="module "
1414 src ="/node_modules/@vscode-elements/webview-playground/dist/index.js "
@@ -44,4 +44,4 @@ <h2>Basic example</h2>
4444 </ vscode-demo >
4545 </ main >
4646 </ body >
47- </ html >
47+ </ html >
Original file line number Diff line number Diff line change @@ -120,7 +120,8 @@ const styles: CSSResultGroup = [
120120 height : 100% ;
121121 }
122122
123- .icon , .icon-after {
123+ .icon ,
124+ .icon-after {
124125 color : inherit;
125126 display : block;
126127 }
@@ -129,7 +130,8 @@ const styles: CSSResultGroup = [
129130 margin-right : 3px ;
130131 }
131132
132- : host (: not (: empty )) .icon-after , : host ([icon ]) .icon-after {
133+ : host (: not (: empty )) .icon-after ,
134+ : host ([icon ]) .icon-after {
133135 margin-left : 3px ;
134136 }
135137
@@ -152,4 +154,4 @@ const styles: CSSResultGroup = [
152154 ` ,
153155] ;
154156
155- export default styles ;
157+ export default styles ;
You can’t perform that action at this time.
0 commit comments