More Styling & Readme Changes

* Adds Source code link
This commit is contained in:
Indrajith K L
2022-11-26 21:52:50 +05:30
parent 199501039c
commit b394157ae6
3 changed files with 14 additions and 1 deletions

View File

@@ -2,6 +2,6 @@
A Minimalist Retrowave music player for the web (frontend only).
> This was a challenge to write a minimalist music player using Howler.js in 2 hours limitation was to use only vanilla JS.
> This was a challenge to write a minimalist music player using Howler.js in 2 hours; limitation was to use only vanilla JS.
Uses: https://retrowave.ru/

12
hg.css
View File

@@ -250,4 +250,16 @@ dialog::backdrop {
.controls {
font-style: italic;
font-size: larger;
}
#source {
bottom: 4px;
position: absolute;
text-align: center;
left: 138px;
z-index: 999;
}
#source a {
color: white;
}

View File

@@ -36,6 +36,7 @@
<div class="gradient-overlay"></div>
<div class="color-overlay"></div>
<div id="history" class="no-pause">history</div>
<div id="source"><a href="https://git.indrajith.dev/retrowave-player/" target="_blank">source code</a></div>
<div id="upload-info" class="no-pause" title="Upload a playlist (downloaded from history)">Upload</div>
</div>
</div>