Improve download button in changelog (#1311)
This commit is contained in:
parent
40cb8db1fc
commit
66b47c08e6
@ -205,6 +205,10 @@ function switchPage(page) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown-body {
|
||||||
|
margin: 0.5rem 0.5rem 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
.version-header {
|
.version-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -235,16 +239,13 @@ function switchPage(page) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.download {
|
.download {
|
||||||
|
margin-left: auto;
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
@media screen and (min-width: 800px) {
|
@media screen and (min-width: 800px) {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown-body {
|
|
||||||
margin: 0.5rem 0.5rem 0 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user