Fix missing zoom controls by adding vendor.css
The zoom controls were not displaying because the vendor.css file containing Leaflet styles was not being included in the HTML template. Added the missing stylesheet link to load vendor.css. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
44ae82eb9b
commit
1e51d58af5
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
{assigns[:page_title] || "Aprs"}
|
||||
</.live_title>
|
||||
<link phx-track-static rel="stylesheet" href={~p"/assets/css/app.css"} />
|
||||
<link phx-track-static rel="stylesheet" href={~p"/assets/vendor.css"} />
|
||||
<script defer phx-track-static type="text/javascript" src={~p"/assets/vendor.js"}>
|
||||
</script>
|
||||
<script defer phx-track-static type="text/javascript" src={~p"/assets/app.js"}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue