vericudebuget commited on
Commit
df3e28c
·
verified ·
1 Parent(s): 3465e00

Update reader.html

Browse files
Files changed (1) hide show
  1. reader.html +16 -9
reader.html CHANGED
@@ -69,17 +69,22 @@
69
  background-color: #0056b3;
70
  }
71
 
 
72
  #page-input {
73
- position: absolute;
74
- top: 20px;
75
- font-size: 24px;
76
- padding: 10px 20px;
77
- border: none;
78
- border-radius: 10px;
79
- text-align: center;
80
- z-index: 1;
81
- width: 210px;
 
 
 
82
  }
 
83
 
84
  #page-input:focus {
85
  outline: none;
@@ -198,6 +203,8 @@
198
  currentPage = (pageNumber - 1) / 2;
199
  }
200
  updatePage();
 
 
201
  }
202
  }
203
 
 
69
  background-color: #0056b3;
70
  }
71
 
72
+
73
  #page-input {
74
+ position: absolute;
75
+ top: 20px;
76
+ font-size: 24px;
77
+ padding: 10px 20px;
78
+ border: none;
79
+ border-radius: 10px;
80
+ text-align: center;
81
+ z-index: 1;
82
+ width: 200px;
83
+ @media (orientation: portrait) {
84
+ transform: translate(30px, 0px);
85
+ }
86
  }
87
+
88
 
89
  #page-input:focus {
90
  outline: none;
 
203
  currentPage = (pageNumber - 1) / 2;
204
  }
205
  updatePage();
206
+
207
+
208
  }
209
  }
210