mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Increase lower section min height
This commit is contained in:
parent
3782e67067
commit
d48a61ce62
@ -126,7 +126,7 @@ const DesktopContent = ({
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className={styles.lowerSection} style={{ minHeight: '16vh' }}>
|
||||
<div className={styles.lowerSection} style={{ minHeight: '30vh' }}>
|
||||
{items.length > 1 ? <Tabs defaultActiveKey="0" items={items} /> : aboutTabContent}
|
||||
</div>
|
||||
</>
|
||||
|
Loading…
x
Reference in New Issue
Block a user