Gets rid of unneccessary blank space at the bottom.

This commit is contained in:
SergeantPanda 2025-06-24 17:56:05 -05:00
parent cc41731ae1
commit 587ab4afe0
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -653,7 +653,7 @@ const StreamsTable = ({ }) => {
<Paper
style={{
height: 'calc(100vh - 100px)',
height: 'calc(100vh - 60px)',
backgroundColor: '#27272A',
}}
>
@ -801,7 +801,7 @@ const StreamsTable = ({ }) => {
style={{
display: 'flex',
flexDirection: 'column',
height: 'calc(100vh - 152px)',
height: 'calc(100vh - 100px)',
}}
>
<Box