MikaFil commited on
Commit
eaf2778
·
verified ·
1 Parent(s): f56d388

Update style/default/style.css

Browse files
Files changed (1) hide show
  1. style/default/style.css +12 -2
style/default/style.css CHANGED
@@ -230,10 +230,20 @@ progress::-moz-progress-bar { background-color: #4682B4; }
230
  .ply-widget-container.mobile .tooltips-toggle { top: 8px; right: 104px; left: auto; }
231
 
232
  /* ── Mobile : boutons — côté gauche ── */
233
- .ply-widget-container.mobile .btn-left .fullscreen-toggle { right: auto; left: 8px; }
234
  .ply-widget-container.mobile .btn-left .help-toggle { right: auto; left: 40px; }
235
  .ply-widget-container.mobile .btn-left .reset-camera-btn { right: auto; left: 72px; }
236
- .ply-widget-container.mobile .btn-left .tooltips-toggle { right: auto; left: 104px; }
 
 
 
 
 
 
 
 
 
 
237
 
238
  #application-canvas { width: 100%; height: 100%; display: block; }
239
  html, body { margin: 0; padding: 0; height: 100%; }
 
230
  .ply-widget-container.mobile .tooltips-toggle { top: 8px; right: 104px; left: auto; }
231
 
232
  /* ── Mobile : boutons — côté gauche ── */
233
+ /*.ply-widget-container.mobile .btn-left .fullscreen-toggle { right: auto; left: 8px; }
234
  .ply-widget-container.mobile .btn-left .help-toggle { right: auto; left: 40px; }
235
  .ply-widget-container.mobile .btn-left .reset-camera-btn { right: auto; left: 72px; }
236
+ .ply-widget-container.mobile .btn-left .tooltips-toggle { right: auto; left: 104px; }*/
237
+
238
+ /* ── btn-left SANS fullscreen → boutons décalés vers la gauche ── */
239
+ .btn-left.no-fullscreen .help-toggle { right: auto; left: 12px; }
240
+ .btn-left.no-fullscreen .reset-camera-btn { right: auto; left: 52px; }
241
+ .btn-left.no-fullscreen .tooltips-toggle { right: auto; left: 92px; }
242
+
243
+ /* ── Mobile : btn-left SANS fullscreen ── */
244
+ .ply-widget-container.mobile .btn-left.no-fullscreen .help-toggle { right: auto; left: 8px; }
245
+ .ply-widget-container.mobile .btn-left.no-fullscreen .reset-camera-btn { right: auto; left: 40px; }
246
+ .ply-widget-container.mobile .btn-left.no-fullscreen .tooltips-toggle { right: auto; left: 72px; }
247
 
248
  #application-canvas { width: 100%; height: 100%; display: block; }
249
  html, body { margin: 0; padding: 0; height: 100%; }