diff options
| author | brian cully <bjc@spork.org> | 2025-12-26 16:59:01 -0500 |
|---|---|---|
| committer | brian cully <bjc@spork.org> | 2025-12-26 16:59:01 -0500 |
| commit | 9b2b88e70e49b4e79ab1bc72eaee2c3a11ebfb28 (patch) | |
| tree | 855f31a69f2c66aea991fc4c6b7b6fbc7cdf6701 /site/main.css | |
| parent | a2dfebbcdc54870bb4a56545bde828f3fbbe48d9 (diff) | |
| download | polyring-9b2b88e70e49b4e79ab1bc72eaee2c3a11ebfb28.tar.gz polyring-9b2b88e70e49b4e79ab1bc72eaee2c3a11ebfb28.zip | |
try to calculate fps in spite of fingerprinting
Diffstat (limited to 'site/main.css')
| -rw-r--r-- | site/main.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/site/main.css b/site/main.css index f875232..19a3835 100644 --- a/site/main.css +++ b/site/main.css @@ -9,3 +9,9 @@ canvas { border: 1px solid orangered; background-color: rgb(200 200 200); } + +#fps { + display: inline-block; + width: 2em; + text-align: right; +} |
