Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dqunbp committed Jan 24, 2024
1 parent 2cf7065 commit f1638a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion assets/index-kMOEp_IW.js → assets/index-K7t8WV49.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ var ue=(n,e,t)=>{if(!e.has(n))throw TypeError("Cannot "+t)};var te=(n,e,t)=>(ue(
display: flex;
align-items: center;
white-space: nowrap;
transition: 0.2s;
}
.desktop .link {
Expand Down Expand Up @@ -149,7 +150,6 @@ var ue=(n,e,t)=>{if(!e.has(n))throw TypeError("Cannot "+t)};var te=(n,e,t)=>(ue(
.link::after {
margin-left: 0.5rem;
transition: 0.4s ease-in-out;
}
.menu.top-level > .link::after {
Expand All @@ -173,6 +173,8 @@ var ue=(n,e,t)=>{if(!e.has(n))throw TypeError("Cannot "+t)};var te=(n,e,t)=>(ue(
flex-flow: column nowrap;
gap: 2rem;
transition: 0.4s ease-in-out;
max-height: calc(100vh - 200%);
overflow: auto;
}
.mobile.active {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Qgis navigation component demo</title>
<script type="module" crossorigin src="https://konturio.github.io/qgis-uni-navigation/assets/index-kMOEp_IW.js"></script>
<script type="module" crossorigin src="https://konturio.github.io/qgis-uni-navigation/assets/index-K7t8WV49.js"></script>
<link rel="stylesheet" crossorigin href="https://konturio.github.io/qgis-uni-navigation/assets/index-QEtF0atV.css">
</head>

Expand Down

0 comments on commit f1638a3

Please sign in to comment.