mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-28 12:36:42 +00:00
Set better sizing.
This commit is contained in:
parent
cebc4c8ca9
commit
05539794e3
1 changed files with 4 additions and 3 deletions
|
|
@ -512,7 +512,8 @@ const LogosTable = () => {
|
|||
display: 'flex',
|
||||
justifyContent: 'center',
|
||||
padding: '0px',
|
||||
minHeight: '100vh',
|
||||
minHeight: 'calc(100vh - 200px)',
|
||||
minWidth: '900px',
|
||||
}}
|
||||
>
|
||||
<Stack gap="md" style={{ maxWidth: '1200px', width: '100%' }}>
|
||||
|
|
@ -636,10 +637,10 @@ const LogosTable = () => {
|
|||
<Box
|
||||
style={{
|
||||
overflow: 'auto',
|
||||
maxHeight: 'calc(100vh - 200px)',
|
||||
height: 'calc(100vh - 200px)',
|
||||
}}
|
||||
>
|
||||
<div style={{ minWidth: '700px' }}>
|
||||
<div >
|
||||
<LoadingOverlay visible={isLoading} />
|
||||
<CustomTable table={table} />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue