mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added YouTube suggested songs
This commit is contained in:
@@ -135,7 +135,7 @@ nav .brand-logo{
|
||||
background-color:rgba(45,45,45,1);
|
||||
}
|
||||
|
||||
.import-a{
|
||||
.import-a, .suggested{
|
||||
width:100%;
|
||||
}
|
||||
|
||||
@@ -481,6 +481,51 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
|
||||
/*------------------- Channel page ---------------------------------------------------------------------------- */
|
||||
|
||||
.suggest_thumb {
|
||||
width:25%;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.suggest_bar {
|
||||
/*margin-left:5px !important;*/
|
||||
color:rgb(68,68,68);
|
||||
}
|
||||
|
||||
.suggest_buttons button{
|
||||
padding-left:10px !important;
|
||||
padding-right:10px !important;
|
||||
margin-right: 20px;
|
||||
width:90px;
|
||||
}
|
||||
|
||||
.inner-suggest{
|
||||
padding-left:20px;
|
||||
}
|
||||
|
||||
.suggest-songs:nth-child(odd) {background: rgba(204,204,204,0.40)}
|
||||
.suggest-songs:nth-child(even) {background: #FFF}
|
||||
|
||||
.suggest-songs {
|
||||
padding-top:20px;
|
||||
border-bottom:1px solid black;
|
||||
}
|
||||
|
||||
.suggest_title, .duration-song{
|
||||
padding-left:10px;
|
||||
line-height:24px;
|
||||
}
|
||||
|
||||
.duration-song{
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
.suggest-title-info{
|
||||
color: rgb(68,68,68);
|
||||
padding: 10px 0 10px 10px !important;
|
||||
line-height: 34px;
|
||||
margin: 0 0 -10px 0 !important;
|
||||
}
|
||||
|
||||
#description, #desc-title{
|
||||
color:#444;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user