Fixed some playlist elements

- Fixed issue with full song not being shown on mobile always
- Fixed issue where navigationbuttons are placed weirdly on desktop and mobile
- Fixed weird positioning issue on embedded player of songs
- Added navigationbuttons to embedded player
This commit is contained in:
Kasper Rynning-Tønnesen
2017-12-27 17:38:11 +01:00
parent 505e2ef47b
commit a0ab993ffb
4 changed files with 60 additions and 14 deletions

View File

@@ -49,6 +49,8 @@
#pageButtons{
text-align: center;
padding-top:15px;
display: flex;
justify-content: space-around;
}
#pageButtons, #pageButtons a{
@@ -365,17 +367,25 @@ html {
}
.prev_page_hide, .prev_page, .first_page, .first_page_hide{
padding:0 10px;
float:left;
padding:0 1px;
}
.next_page_hide, .next_page, .last_page, .last_page_hide{
padding:0 10px;
float:right;
padding:0 0px;
display: flex;
}
.first_page, .first_page_hide {
padding: 0 0 0 10px;
}
.last_page, .last_page_hide {
padding: 0 10px 0 0;
}
.vote-container {
height: 100%;
width: 100%;
}
.card-duration {