bilca commited on
Commit
6c5ffc6
·
verified ·
1 Parent(s): 9a1eb38

Update style/style_template.css

Browse files
Files changed (1) hide show
  1. style/style_template.css +5 -1
style/style_template.css CHANGED
@@ -188,7 +188,7 @@ progress::-moz-progress-bar {
188
  }
189
 
190
  .ply-widget-container.mobile .help-toggle {
191
- font-size: 12px; /* 22px * approx 0.67 */
192
  }
193
 
194
  /* Adjust button positions for mobile */
@@ -212,6 +212,10 @@ progress::-moz-progress-bar {
212
  right: 82px; /* 123px * approx 0.67 */
213
  }
214
 
 
 
 
 
215
  /* Additional styles for PlayCanvas compatibility */
216
  #application-canvas {
217
  width: 100%;
 
188
  }
189
 
190
  .ply-widget-container.mobile .help-toggle {
191
+ font-size: 15px; /* 22px * approx 0.67 */
192
  }
193
 
194
  /* Adjust button positions for mobile */
 
212
  right: 82px; /* 123px * approx 0.67 */
213
  }
214
 
215
+ .ply-widget-container.mobile .menu-content {
216
+ top: 50px;
217
+ }
218
+
219
  /* Additional styles for PlayCanvas compatibility */
220
  #application-canvas {
221
  width: 100%;