Spaces:
Running
Running
Update style/style_template.css
Browse files- 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:
|
| 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%;
|