Improved preview

This commit is contained in:
novatorem
2020-08-23 13:23:00 -04:00
parent 7ab94f68cc
commit e5ff03f4f5
2 changed files with 8 additions and 43 deletions

View File

@@ -6,28 +6,15 @@
.main {
display: flex;
width: "480px";
height: "133px";
width: 480px;
height: 133px;
}
.container {
border-radius: 5px;
padding: 10px 10px 10px 0px;
}
.playing {
font-weight: bold;
color: #53b14f;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.not-play {
color: #ff1616;
}
.art {
float: left;
width: 27%;
@@ -55,11 +42,6 @@
margin-bottom: 5px;
}
.logo {
margin-left: 5px;
margin-top: 5px;
}
.cover {
border-radius: 5px;
height: 100px;
@@ -106,9 +88,7 @@
<div class="text">
<div class="song">Song</div>
<div class="artist">Arist</div>
<div id="bars">
{{content_bar|safe}}
</div>
<div id="bars">Bars</div>
</div>
</div>