MikaFil commited on
Commit
8d15a51
Β·
verified Β·
1 Parent(s): eaf2778

Update style/default/style.css

Browse files
Files changed (1) hide show
  1. style/default/style.css +2 -6
style/default/style.css CHANGED
@@ -430,12 +430,8 @@ html, body { margin: 0; padding: 0; height: 100%; }
430
 
431
  /* ── Responsive β€” portrait mobile ── */
432
  @media (orientation: portrait) and (max-width: 768px) {
433
- .ann-tooltip { width: min(400px, 93vw); max-height: min(560px, 83vh); }
434
- .ann-img-wrap { max-height: 180px; }
435
  }
436
-
437
- /* ── Responsive β€” paysage mobile ── */
438
  @media (orientation: landscape) and (max-height: 520px) {
439
- .ann-tooltip { width: min(400px, 82vw); max-height: 90vh; }
440
- .ann-img-wrap { max-height: 130px; }
441
  }
 
430
 
431
  /* ── Responsive β€” portrait mobile ── */
432
  @media (orientation: portrait) and (max-width: 768px) {
433
+ .ann-tooltip { width: min(400px, 93vw); }
 
434
  }
 
 
435
  @media (orientation: landscape) and (max-height: 520px) {
436
+ .ann-tooltip { width: min(400px, 82vw); }
 
437
  }