mirror of
https://github.com/Alvin-Zilverstand/novatorem.git
synced 2026-03-06 02:57:12 +01:00
Improved preview
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -15,26 +15,13 @@
|
||||
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%;
|
||||
margin-left: -5px;
|
||||
}
|
||||
|
||||
.text {
|
||||
.content {
|
||||
width: 71%;
|
||||
}
|
||||
|
||||
@@ -97,16 +84,14 @@
|
||||
<div class="main">
|
||||
<a class="art" href="{}" target="_BLANK">
|
||||
<center>
|
||||
<img src="data:image/png;base64, {{image}}" class="cover" />
|
||||
<img src="data:image/png;base64, {{image}}" class="cover" />
|
||||
</center>
|
||||
</a>
|
||||
|
||||
<div class="text">
|
||||
<div class="content">
|
||||
<div class="song">{{songName}}</div>
|
||||
<div class="artist">{{artistName}}</div>
|
||||
<div id="bars">
|
||||
{{contentBar|safe}}
|
||||
</div>
|
||||
<div id="bars">{{contentBar|safe}}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.0 KiB |
Reference in New Issue
Block a user