mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-21 01:05:30 +00:00
Gets rid of unneccessary blank space at the bottom.
This commit is contained in:
parent
cc41731ae1
commit
587ab4afe0
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue