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 @@ - + +