Fix some IDE warnings

This commit is contained in:
Ian Renton
2026-06-17 18:08:02 +01:00
parent e5b2afd765
commit 8fc3cfa56d
16 changed files with 27 additions and 31 deletions

View File

@@ -184,7 +184,7 @@ tr.new td {
background-color: var(--bs-success-border-subtle);
}
100% {
background-color: intial;
background-color: initial;
}
}
@@ -355,7 +355,7 @@ div.band-spot:hover span.band-spot-info {
/* GENERAL MOBILE SUPPORT */
@media (max-width: 991.99px) {
@media (max-width: 991px) {
/* General "hide this on mobile" class */
.hideonmobile {
display: none !important;