Spaces:
Running
on
Zero
Running
on
Zero
v3p3
Browse files
style.css
CHANGED
|
@@ -33,14 +33,22 @@ h1 {
|
|
| 33 |
text-align: center;
|
| 34 |
}
|
| 35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
#history-dropdown {
|
| 37 |
-
|
| 38 |
}
|
| 39 |
|
| 40 |
-
#
|
| 41 |
-
|
| 42 |
}
|
| 43 |
|
| 44 |
-
#
|
| 45 |
-
|
| 46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
text-align: center;
|
| 34 |
}
|
| 35 |
|
| 36 |
+
#json-input {
|
| 37 |
+
font-family: monospace;
|
| 38 |
+
font-size: 14px;
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
#history-dropdown {
|
| 42 |
+
margin-top: 20px;
|
| 43 |
}
|
| 44 |
|
| 45 |
+
#history-image {
|
| 46 |
+
margin-top: 10px;
|
| 47 |
}
|
| 48 |
|
| 49 |
+
#history-metadata {
|
| 50 |
+
font-family: monospace;
|
| 51 |
+
font-size: 12px;
|
| 52 |
+
white-space: pre-wrap;
|
| 53 |
+
word-break: break-all;
|
| 54 |
+
}
|