Update src/styles-skynet.css
Release / release (push) Has been cancelled

Remove sky-threat display:none with media max-width: 480px
add   body min-width: 350px;
Cette révision appartient à :
2026-05-21 20:17:51 +00:00
Parent b174c7f1f5
révision ffc217bf33
+2 -3
Voir le fichier
@@ -29,6 +29,7 @@ body {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
position: relative; position: relative;
min-width: 350px;
} }
/* ── LOGO CANVAS ── /* ── LOGO CANVAS ──
@@ -614,9 +615,7 @@ body {
gap: 4px; gap: 4px;
align-items: center; align-items: center;
} }
.sky-threat {
display: none;
}
.sky-ticker { .sky-ticker {
font-size: 8px; font-size: 8px;
} }