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:
@@ -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)");
|
||||
|
||||
Reference in New Issue
Block a user