conditionally display OsmAnd download button; template proper apk url, size into same

This commit is contained in:
John Hess 2025-02-18 15:32:45 -06:00
parent cc69d322ca
commit 161d8d0e5f
3 changed files with 33 additions and 2 deletions

View file

@ -223,11 +223,16 @@ h1.homepage-title {
}
// Apply/Remove this class to conditionally
// display the card
// display the card using main.js
.hidden-card {
display: none;
}
// Generic hidden class
.hidden {
display: none;
}
.card-icon {
width: 60px;
height: 60px;