Reorganizing for Apple users

Safari restricts the size of the webpage on iPhone/iPad, causing the "Create table" button to be hidden behind the chat.
This commit is contained in:
PhallenCassidy
2019-08-10 09:17:15 -04:00
committed by GitHub
parent 508186581b
commit 54e83201b3

View File

@@ -92,7 +92,7 @@ var GempLotrHallUI = Class.extend({
this.decksSelect.hide();
this.timerSelect = $("<select style='width: 135px'></select>");
this.addTimer("default", "Default Speed (80m/5m)");
this.addTimer("default", "Default (80m/5m)");
this.addTimer("blitz", "Blitz! (30m/2m)");
this.addTimer("slow", "Slow (2h/10m)");
this.addTimer("glacial", "Glacial (3d/1d)");