We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51331cb commit 5a99f0cCopy full SHA for 5a99f0c
1 file changed
style.css
@@ -44,7 +44,7 @@ canvas {
44
padding-left: 8px;
45
}
46
47
-#toolbar section > * {
+#toolbar section>* {
48
vertical-align: middle;
49
margin-right: 20px;
50
@@ -88,7 +88,7 @@ canvas {
88
89
90
91
-#statusBar section > * {
+#statusBar section>* {
92
93
94
opacity: 0.7;
@@ -143,7 +143,8 @@ noscript {
143
display: block;
144
145
146
-#errorText, noscript {
+#errorText,
147
+noscript {
148
margin-top: 50px;
149
color: #f33;
150
background: rgba(255, 0, 0, 0.1);
@@ -152,7 +153,8 @@ noscript {
152
153
border-radius: 10px;
154
155
-#errorText:before, noscript:before {
156
+#errorText:before,
157
+noscript:before {
158
content: '🚫';
159
160
width: 50px;
0 commit comments