Skip to content

Commit 5a99f0c

Browse files
committed
apply vscode auto-formatting to css
1 parent 51331cb commit 5a99f0c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

style.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ canvas {
4444
padding-left: 8px;
4545
}
4646

47-
#toolbar section > * {
47+
#toolbar section>* {
4848
vertical-align: middle;
4949
margin-right: 20px;
5050
}
@@ -88,7 +88,7 @@ canvas {
8888
padding-left: 8px;
8989
}
9090

91-
#statusBar section > * {
91+
#statusBar section>* {
9292
vertical-align: middle;
9393
margin-right: 20px;
9494
opacity: 0.7;
@@ -143,7 +143,8 @@ noscript {
143143
display: block;
144144
}
145145

146-
#errorText, noscript {
146+
#errorText,
147+
noscript {
147148
margin-top: 50px;
148149
color: #f33;
149150
background: rgba(255, 0, 0, 0.1);
@@ -152,7 +153,8 @@ noscript {
152153
border-radius: 10px;
153154
}
154155

155-
#errorText:before, noscript:before {
156+
#errorText:before,
157+
noscript:before {
156158
content: '🚫';
157159
display: block;
158160
width: 50px;

0 commit comments

Comments
 (0)