Skip to content

Commit

Permalink
Fixed: Artist/Album navigation buttons hidden with some titles
Browse files Browse the repository at this point in the history
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
  • Loading branch information
Qstick and markus101 committed Dec 17, 2020
1 parent 960d738 commit 9bf9810
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/Album/Details/AlbumDetails.css
Expand Up @@ -47,6 +47,7 @@
}

.titleRow {
position: relative;
display: flex;
justify-content: space-between;
flex: 0 0 auto;
Expand Down Expand Up @@ -84,6 +85,8 @@
}

.albumNavigationButtons {
position: absolute;
right: 0;
white-space: nowrap;
}

Expand Down
3 changes: 3 additions & 0 deletions frontend/src/Artist/Details/ArtistDetails.css
Expand Up @@ -60,6 +60,7 @@
}

.titleRow {
position: relative;
display: flex;
justify-content: space-between;
flex: 0 0 auto;
Expand Down Expand Up @@ -97,6 +98,8 @@
}

.artistNavigationButtons {
position: absolute;
right: 0;
white-space: nowrap;
}

Expand Down

0 comments on commit 9bf9810

Please sign in to comment.