From 2f540a360e01a844632df673a621fb54ba7c0c32 Mon Sep 17 00:00:00 2001
From: Avery
Date: Mon, 28 Feb 2022 18:46:30 -0500
Subject: [PATCH] Small style fixes to more info
---
template.html | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/template.html b/template.html
index 9b4a1b4..93bf369 100644
--- a/template.html
+++ b/template.html
@@ -154,6 +154,7 @@
ul#tests > li > span.test-name {
flex: 0 1 auto;
+ padding-right: 24px;
}
span.score {
@@ -262,12 +263,13 @@
details {
margin-top: 12px;
- padding: 12px;
+ padding: 12px 20px;
border-radius: 8px;
background-color: #2D3E50;
}
details > summary {
+ text-align: center;
cursor: pointer;
}
@@ -285,7 +287,7 @@
- This data was last fetched from SteamDB on Friday, February 25th. To check if there have been more recent updates, you can access SteamDB directly.
+ This data was last fetched from SteamDB on Monday, February 28th. To check if there have been more recent updates, you can access SteamDB directly.
--
2.45.2