diff --git a/api/templates/preview.html b/api/templates/preview.html index a6c12e0..faec3cb 100644 --- a/api/templates/preview.html +++ b/api/templates/preview.html @@ -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 @@