Add ability to sort changelog

This commit is contained in:
Misode
2021-11-02 02:46:40 +01:00
parent cc20cb7f7a
commit 25351920e4
4 changed files with 29 additions and 8 deletions

View File

@@ -1091,6 +1091,14 @@ hr {
padding: 0 16px;
}
.changelog-query {
display: flex;
}
.changelog-query > *:not(:first-child) {
margin-left: 8px;
}
.changelog-search {
flex-basis: 100%;
padding: 8px;