From 5afa53ef7aa1ecf50d2ba2eaebb4df0b4337a8a9 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Sat, 6 Apr 2024 15:09:09 -0700
Subject: Add turn counter and inning indicator
---
style.css | 8 ++++++++
1 file changed, 8 insertions(+)
(limited to 'style.css')
diff --git a/style.css b/style.css
index 4d288b9..a6387c4 100644
--- a/style.css
+++ b/style.css
@@ -400,6 +400,14 @@ img.logo {
display: block;
}
+#turn-count[data-update="0"] span.inning-bottom {
+ display: none;
+}
+
+#turn-count[data-update="1"] span.inning-top {
+ display: none;
+}
+
@media (width >= 1800px) {
#record-sheet {
flex-direction: row;
--
cgit v1.2.3