mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added descriptions and thumbnails, and fixed issue with pagination on add song
This commit is contained in:
@@ -109,12 +109,10 @@
|
||||
|
||||
.prev_page_hide, .prev_page, .first_page, .first_page_hide{
|
||||
padding:0 10px;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.next_page_hide, .next_page, .last_page, .last_page_hide{
|
||||
padding:0 10px;
|
||||
float:right;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@@ -986,6 +984,26 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
border-bottom:1px solid black;
|
||||
}
|
||||
|
||||
#chan_thumbnail, #chan_description{
|
||||
color: black;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
#thumbnail_image{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#thumbnail_image, #description_area{
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
color: black;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#chan_thumbnail:disabled{
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.suggest_title, .duration-song{
|
||||
padding-left:10px;
|
||||
line-height:24px;
|
||||
|
||||
Reference in New Issue
Block a user