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>
pull/770/head
Qstick 4 years ago
parent 18a9f69f60
commit a06ceeb31e

@ -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;
}

@ -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;
}

Loading…
Cancel
Save