diff --git a/public/index.html b/public/index.html index d93ebb0..3100182 100644 --- a/public/index.html +++ b/public/index.html @@ -9,13 +9,13 @@
+

Duplicates finder + +

-
-

This is an example of the Authorization Code flow

- Log in with Spotify -
-

Duplicates finder

@@ -64,14 +64,17 @@ - + diff --git a/public/style.css b/public/style.css index 6845eab..ea731b2 100644 --- a/public/style.css +++ b/public/style.css @@ -2,6 +2,10 @@ display: none; } +#login { + display: inline-block; +} + .text-overflow { overflow: hidden; text-overflow: ellipsis;