mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-15 05:55:47 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user