Stilade upp frontend
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
.sro-block img {
|
||||
width: 300px;
|
||||
}
|
||||
.sro-block .song {
|
||||
font-weight: bold;
|
||||
}
|
||||
.sro-block .last_played {
|
||||
color: #ff8f3f;
|
||||
}
|
||||
|
||||
@@ -105,8 +105,8 @@ function sro_render_block() {
|
||||
return "
|
||||
<div class='sro-block'>
|
||||
<img src='$img' />
|
||||
<div><strong>$artist – $track</strong></div>
|
||||
<div>Spelades för $mins minuter sedan</div>
|
||||
<div class='song'>$artist – $track</div>
|
||||
<div class='last_played'>Spelades för $mins minuter sedan</div>
|
||||
</div>
|
||||
";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user