From 31f0d7f053e1a003f4e1c99fb83dd62196256818 Mon Sep 17 00:00:00 2001 From: M4RC02U1F4A4 <23193188+M4RC02U1F4A4@users.noreply.github.com> Date: Wed, 31 May 2023 00:19:33 +0200 Subject: [PATCH] Graphics changes --- app/static/styles/style.css | 6 +- app/templates/home.html | 10 +-- app/templates/sidebar.html | 172 ++++++++++++++++++++++++------------ app/templates/videos.html | 8 +- 4 files changed, 129 insertions(+), 67 deletions(-) diff --git a/app/static/styles/style.css b/app/static/styles/style.css index edd0e96..c5f9d52 100644 --- a/app/static/styles/style.css +++ b/app/static/styles/style.css @@ -16,4 +16,8 @@ } .channel-title { font-size: 23px -} \ No newline at end of file +} +.video-card { + max-width: 380px !important; +} +.navbar-collapse ul {height: 100vh;} \ No newline at end of file diff --git a/app/templates/home.html b/app/templates/home.html index 33b5810..39ac311 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -4,18 +4,18 @@