Improved 'new' sorting.

This commit is contained in:
DebaucheryLibrarian
2020-08-19 21:48:55 +02:00
parent e896d52968
commit fd4477bc50
4 changed files with 30 additions and 15 deletions

View File

@@ -228,6 +228,15 @@ export default {
height: 1rem;
}
.content-inner {
display: flex;
flex-direction: column;
}
.releases {
flex-grow: 1;
}
.name {
color: var(--text-light);
display: flex;