Fixed: Artist/Album navigation buttons hidden with some titles

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/1807/head
Qstick 4 years ago
parent 960d738e29
commit 9bf9810bb2

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

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

Loading…
Cancel
Save