Show changelog in intro page and when a new version is loaded

This commit is contained in:
Przemek Wiech
2021-10-31 19:52:53 +01:00
parent 2946d20c85
commit 98b1a1e48e
9 changed files with 1889 additions and 58 deletions

View File

@@ -154,3 +154,8 @@ div.zoom {
.ui.tabular.menu a {
text-transform: uppercase;
}
.limit-height {
height: 300px;
overflow-y: scroll;
}