Spaces:
Running
Running
Update style/default/style.css
Browse files- 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
|
|
|
|
| 434 |
}
|
|
|
|
|
|
|
| 435 |
@media (orientation: landscape) and (max-height: 520px) {
|
| 436 |
-
.ann-tooltip
|
|
|
|
| 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 |
}
|