From: 2weiEmu Date: Wed, 27 May 2026 21:00:28 +0000 (+0200) Subject: updated: working on edit menu X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=903124b5b43d6121159a355b1a6077431895a01a;p=binbsis50-sm.git updated: working on edit menu --- diff --git a/public/css/index.css b/public/css/index.css index b68a18b..4d4fbe7 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -31,3 +31,19 @@ } } + +#editMenu { + top: 10vh; + left: 25vw; + border-radius: 5px; + position: absolute; + border: 2px solid gray; + background-color: rgb(240, 240, 240); + width: 50vw; + + #innerEditMenu { + padding: 30px; + } + +} + diff --git a/public/index.html b/public/index.html index f388c40..a87cf21 100644 --- a/public/index.html +++ b/public/index.html @@ -26,5 +26,20 @@ + +
+
+

Song Title

+

Key:

+ Artist Names
+ Track Name
+ TrackViewURL
+ PreviewURL
+ ArtworkURL60
+ ArtworkURL100
+ DisplayArtistNames
+ DisplayTrackName +
+
diff --git a/songmanager b/songmanager index d9ce542..a76bf0a 100755 Binary files a/songmanager and b/songmanager differ