From 587ab4afe0fbe1617da4a14e4dc4fa896d1eea0e Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Tue, 24 Jun 2025 17:56:05 -0500 Subject: [PATCH] Gets rid of unneccessary blank space at the bottom. --- frontend/src/components/tables/ChannelsTable.jsx | 4 ++-- frontend/src/components/tables/StreamsTable.jsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/tables/ChannelsTable.jsx b/frontend/src/components/tables/ChannelsTable.jsx index 352b379c..3813916c 100644 --- a/frontend/src/components/tables/ChannelsTable.jsx +++ b/frontend/src/components/tables/ChannelsTable.jsx @@ -1096,7 +1096,7 @@ const ChannelsTable = ({ }) => { style={{ display: 'flex', flexDirection: 'column', - height: 'calc(100vh - 100px)', + height: 'calc(100vh - 60px)', backgroundColor: '#27272A', }} > @@ -1119,7 +1119,7 @@ const ChannelsTable = ({ }) => { style={{ display: 'flex', flexDirection: 'column', - height: 'calc(100vh - 152px)', + height: 'calc(100vh - 100px)', }} > { @@ -801,7 +801,7 @@ const StreamsTable = ({ }) => { style={{ display: 'flex', flexDirection: 'column', - height: 'calc(100vh - 152px)', + height: 'calc(100vh - 100px)', }} >