From 0abd120ff35d31126b7488eda9e35b9d01ec6a79 Mon Sep 17 00:00:00 2001 From: ryanrohypnol Date: Fri, 1 Dec 2023 12:25:16 -0500 Subject: [PATCH] Search functionality added Added search functionality, needs some cleanup. --- css/dark-mode.css | 7 +++++++ css/light-mode.css | 7 +++++++ css/meme-mode.css | 7 +++++++ index.html | 11 +++++++++-- js/script.js | 20 ++++++++++++++++++++ 5 files changed, 50 insertions(+), 2 deletions(-) diff --git a/css/dark-mode.css b/css/dark-mode.css index b49a6ac..c0282b8 100644 --- a/css/dark-mode.css +++ b/css/dark-mode.css @@ -165,3 +165,10 @@ button { .shadow { margin-bottom: 0px !important; } + +.middle-card { + min-height: 500px; + max-height: 100%; + overflow-y: auto; + padding: 1.5rem; +} \ No newline at end of file diff --git a/css/light-mode.css b/css/light-mode.css index 9110924..b1a9b86 100644 --- a/css/light-mode.css +++ b/css/light-mode.css @@ -215,3 +215,10 @@ a[href*="t3l3machus"] { /* Fixes a minor style bug of the "Download Listener" button */ background: none; } + +.middle-card { + min-height: 500px; + max-height: 100%; + overflow-y: auto; + padding: 1.5rem; +} \ No newline at end of file diff --git a/css/meme-mode.css b/css/meme-mode.css index b7e12f9..a513fa2 100644 --- a/css/meme-mode.css +++ b/css/meme-mode.css @@ -358,3 +358,10 @@ a[href*="t3l3machus"] { /* Fixes a minor style bug of the Download Listener button */ background: none; } + +.middle-card { + min-height: 500px; + max-height: 100%; + overflow-y: auto; + padding: 1.5rem; +} \ No newline at end of file diff --git a/index.html b/index.html index e8b5e5c..2c24dc7 100644 --- a/index.html +++ b/index.html @@ -218,7 +218,13 @@ - + +
+
+ +
+
+