Spaces:
Running
Running
Update style/default/style.css
Browse files- 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
|
| 434 |
-
.ann-img-wrap { max-height: 180px; }
|
| 435 |
}
|
| 436 |
-
|
| 437 |
-
/* ββ Responsive β paysage mobile ββ */
|
| 438 |
@media (orientation: landscape) and (max-height: 520px) {
|
| 439 |
-
.ann-tooltip
|
| 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 |
}
|