vericudebuget commited on
Commit
db61968
·
verified ·
1 Parent(s): 133faa8

Update reader.html

Browse files
Files changed (1) hide show
  1. reader.html +3 -0
reader.html CHANGED
@@ -77,9 +77,12 @@
77
  border: none;
78
  border-radius: 10px;
79
  text-align: center;
 
 
80
  @media (orientation: portrait) {
81
  transform: translate(30px, 0px);
82
  }
 
83
  z-index: 1;
84
  }
85
 
 
77
  border: none;
78
  border-radius: 10px;
79
  text-align: center;
80
+ z-index: 1;
81
+ width: 190px;
82
  @media (orientation: portrait) {
83
  transform: translate(30px, 0px);
84
  }
85
+
86
  z-index: 1;
87
  }
88