Mobile save game table CSS Tweaks

Chris Pollett [2023-01-15 05:Jan:th]
Mobile save game table CSS Tweaks
Filename
css/game.css
diff --git a/css/game.css b/css/game.css
index df8d5a4..2535d3a 100644
--- a/css/game.css
+++ b/css/game.css
@@ -156,6 +156,10 @@ table.save-table
 {
     width: 7in;
 }
+.mobile table.save-table
+{
+    width: 320px;
+}
 table.save-table,
 table.save-table tr,
 table.save-table th,
@@ -166,10 +170,26 @@ table.save-table td
     padding:10px;
     text-align: center;
 }
+.mobile table.save-table,
+.mobile table.save-table tr,
+.mobile table.save-table th,
+.mobile table.save-table td
+{
+    padding:3px;
+}
 table.save-table td.save-name
 {
     width: 3in;
 }
+.mobile table.save-table td.save-name
+{
+    width: 100px;
+}
+.mobile #save-disk,
+.mobile #load-disk
+{
+    visibility: hidden;
+}
 h1
 {
     margin: 0px;
ViewGit