diff --git a/frontend/src/components/tables/ChannelsTable.jsx b/frontend/src/components/tables/ChannelsTable.jsx index 21a04bcb..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 - 58px)', + height: 'calc(100vh - 60px)', backgroundColor: '#27272A', }} > @@ -1119,7 +1119,7 @@ const ChannelsTable = ({ }) => { style={{ display: 'flex', flexDirection: 'column', - height: 'calc(100vh - 110px)', + height: 'calc(100vh - 100px)', }} > { +const StreamsTable = ({ }) => { const theme = useMantineTheme(); /** @@ -653,7 +653,7 @@ const StreamsTable = ({}) => { @@ -678,10 +678,10 @@ const StreamsTable = ({}) => { style={ selectedStreamIds.length > 0 && selectedChannelIds.length === 1 ? { - borderWidth: '1px', - borderColor: theme.tailwind.green[5], - color: 'white', - } + borderWidth: '1px', + borderColor: theme.tailwind.green[5], + color: 'white', + } : undefined } disabled={ @@ -801,7 +801,7 @@ const StreamsTable = ({}) => { style={{ display: 'flex', flexDirection: 'column', - height: 'calc(100vh - 110px)', + height: 'calc(100vh - 100px)', }} > { if (!authUser.id) { return <>; } - if (authUser.user_level <= USER_LEVELS.STANDARD) { return ( @@ -22,17 +21,22 @@ const ChannelsPage = () => { } return ( -
+
-
- +
+
+ +
-
- +
+
+ +