Fixed: Artist/Album navigation buttons hidden with some titles

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
Signed-off-by: Robin Dadswell <robin@dadswell.email>
This commit is contained in:
Qstick 2020-12-13 01:21:29 -05:00
parent 18a9f69f60
commit a06ceeb31e
2 changed files with 7 additions and 5 deletions

View file

@ -59,6 +59,7 @@
}
.titleRow {
position: relative;
display: flex;
justify-content: space-between;
flex: 0 0 auto;
@ -95,11 +96,9 @@
margin-left: 20px;
}
.filterIcon {
float: right;
}
.authorNavigationButtons {
.artistNavigationButtons {
position: absolute;
right: 0;
white-space: nowrap;
}

View file

@ -46,6 +46,7 @@
}
.titleRow {
position: relative;
display: flex;
justify-content: space-between;
flex: 0 0 auto;
@ -83,6 +84,8 @@
}
.bookNavigationButtons {
position: absolute;
right: 0;
white-space: nowrap;
}