diff --git a/public/css/style.css b/public/css/style.css index 9ec8968..1093704 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -742,6 +742,11 @@ tr:hover { display: none !important; } + /* Loot detail: stack stats vertically on mobile */ + .loot-stats { + flex-direction: column; + } + /* Package grid */ .package-grid { grid-template-columns: 1fr; diff --git a/src/views/admin/manage-hunt.ejs b/src/views/admin/manage-hunt.ejs index 9fae487..fe951de 100644 --- a/src/views/admin/manage-hunt.ejs +++ b/src/views/admin/manage-hunt.ejs @@ -31,7 +31,7 @@
Found
-
<% if (hunt.start_date) { %><% } else { %>—<% } %>
+
<% if (hunt.start_date) { %><% } else { %>Now<% } %>
Starts
diff --git a/src/views/hunt/profile.ejs b/src/views/hunt/profile.ejs index 1cf9448..7d39aed 100644 --- a/src/views/hunt/profile.ejs +++ b/src/views/hunt/profile.ejs @@ -2,7 +2,7 @@
-
+

<%= hunt.name %>

<%= hunt.short_name %>
diff --git a/src/views/loot/profile.ejs b/src/views/loot/profile.ejs index 9c8b0e6..a55b125 100644 --- a/src/views/loot/profile.ejs +++ b/src/views/loot/profile.ejs @@ -11,7 +11,7 @@
-
+
<%= pkg.scan_count %>
Total Scans
diff --git a/src/views/loot/scanned.ejs b/src/views/loot/scanned.ejs index 5b111ca..89f8be2 100644 --- a/src/views/loot/scanned.ejs +++ b/src/views/loot/scanned.ejs @@ -25,7 +25,7 @@
-
+
<%= pkg.scan_count %>
Total Scans