Fixed: Artist/Album navigation buttons hidden with some titles

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick 2020-12-13 01:21:29 -05:00
parent 960d738e29
commit 9bf9810bb2
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -60,6 +60,7 @@
}
.titleRow {
position: relative;
display: flex;
justify-content: space-between;
flex: 0 0 auto;
@ -97,6 +98,8 @@
}
.artistNavigationButtons {
position: absolute;
right: 0;
white-space: nowrap;
}