fix(mobile): hide brand text and profile text on mobile viewports for compact nav bar (v24)

This commit is contained in:
2026-09-12 12:00:54 -07:00
parent 01dfd20ddd
commit fbe0bcea9f
3 changed files with 36 additions and 25 deletions
+6 -6
View File
@@ -54,7 +54,7 @@
<meta name="apple-mobile-web-app-title" content="FlockRadar">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/styles.css?v=23">
<link rel="stylesheet" href="css/styles.css?v=24">
</head>
<body>
@@ -1313,11 +1313,11 @@
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
<!-- Data & Application Logic with Cache Busting -->
<script src="data/portals.js?v=23"></script>
<script src="js/icons.js?v=23"></script>
<script src="js/auth.js?v=23"></script>
<script src="js/radar.js?v=23"></script>
<script src="js/app.js?v=23"></script>
<script src="data/portals.js?v=24"></script>
<script src="js/icons.js?v=24"></script>
<script src="js/auth.js?v=24"></script>
<script src="js/radar.js?v=24"></script>
<script src="js/app.js?v=24"></script>
<!-- Service Worker Instant Cache Invalidation -->
<script>