Spaces:
Runtime error
Runtime error
Create style.css
Browse files
src/addons/addons/fps/style.css
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.fps-counter {
|
| 2 |
+
font-size: 0.625rem;
|
| 3 |
+
font-weight: bold;
|
| 4 |
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
| 5 |
+
white-space: nowrap;
|
| 6 |
+
padding: 0.25rem;
|
| 7 |
+
user-select: none;
|
| 8 |
+
color: #0fbd8c;
|
| 9 |
+
display: none;
|
| 10 |
+
align-items: center;
|
| 11 |
+
}
|
| 12 |
+
|
| 13 |
+
.fps-counter.show {
|
| 14 |
+
display: flex;
|
| 15 |
+
}
|
| 16 |
+
|
| 17 |
+
.sa-small-stage .fps-counter {
|
| 18 |
+
display: none;
|
| 19 |
+
}
|