From 8f20cc16613053f1c88d8679a402e94404fd6593 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 2 Nov 2023 14:26:42 -0700 Subject: [PATCH 1/2] slightly improving the shit style for the search --- assets/search/search.css | 29 ++++++++++++++---- search.html | 66 ++++++++++++++++++++++------------------ 2 files changed, 59 insertions(+), 36 deletions(-) diff --git a/assets/search/search.css b/assets/search/search.css index 833e8a0..7530259 100644 --- a/assets/search/search.css +++ b/assets/search/search.css @@ -2,6 +2,9 @@ height: 5em; width: auto; } +body{ + background-color: #191414; +} table { table-layout: fixed; width: 100%; @@ -84,14 +87,28 @@ table { .input-group input { width: 100%; padding: 10px; - border: 1px solid #df1111; border-radius: 25px; font-size: 20px; margin-bottom: 10px; text-align: center; } -.button-elements{ - color: rgb(83, 30, 83); - border-radius: 0px; - size: 20px; -} \ No newline at end of file + +.button-elements { + + } + +.button-elements button { + margin: auto; + display: block; + background-color: #924bee; + color: #fff; + border: none; + border-radius: 25px; + padding: 10px 20px; + cursor: pointer; + font-size: 18px; + margin-bottom: 20px; +} +.button-elements button:hover { + background-color: #df7bda; +} \ No newline at end of file diff --git a/search.html b/search.html index 82ce142..a28808c 100644 --- a/search.html +++ b/search.html @@ -3,35 +3,41 @@ search_exclude: true --- -
-
- -
- + + + +
+
+ +
+ +
+ + + + +
- - - - - -
- - - - - - - - - - - - - -
ArtistTrackAlbum CoverPreviewPlay Song
\ No newline at end of file + + + + + + + + + + + + + +
ArtistTrackAlbum CoverPreviewPlay Song
+ From 38d05593523f2c325a0b5684870cf573f64bad54 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 2 Nov 2023 14:29:57 -0700 Subject: [PATCH 2/2] removed about from the header --- assets/header/script.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/assets/header/script.js b/assets/header/script.js index a12d3ed..6abdda7 100644 --- a/assets/header/script.js +++ b/assets/header/script.js @@ -26,7 +26,6 @@ function updateHeader(email) { headerRight.innerHTML = ` Home Statistics - About ${email} Sign Out `; @@ -38,7 +37,6 @@ function updateHeaderSignUp() { Home Statistics Search - About Sign Up `; }