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)', }} >