conditionally display OsmAnd download button; template proper apk url, size into same
This commit is contained in:
parent
cc69d322ca
commit
161d8d0e5f
3 changed files with 33 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue