MikaFil commited on
Commit
5559127
Β·
verified Β·
1 Parent(s): dcf40d3

Update style/default/style.css

Browse files
Files changed (1) hide show
  1. style/default/style.css +6 -2
style/default/style.css CHANGED
@@ -430,8 +430,12 @@ 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); }
 
434
  }
 
 
435
  @media (orientation: landscape) and (max-height: 520px) {
436
- .ann-tooltip { width: min(400px, 82vw); }
 
437
  }
 
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
  }