mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 00:59:55 +01:00
feat(website): display version to be downloaded
This commit is contained in:
@@ -1,17 +1,27 @@
|
||||
.download-button {
|
||||
&.big {
|
||||
padding: 1em 2em;
|
||||
margin: 1em 0;
|
||||
a.download-button {
|
||||
display: none;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 1em;
|
||||
|
||||
@media (min-width: 720px) {
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
|
||||
.platform {
|
||||
font-size: 0.75em;
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
&.big {
|
||||
padding: 0.5em 3.5em;
|
||||
margin: 1em 0;
|
||||
gap: m;
|
||||
text-align: left;
|
||||
|
||||
.platform {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 720px) {
|
||||
.download-button {
|
||||
display: inline-block !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user