mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Make the footer have a consistant height
This commit is contained in:
parent
e784738184
commit
2c2dae9e00
@ -103,7 +103,7 @@ const DesktopContent = ({
|
||||
}) => {
|
||||
const aboutTabContent = <CustomPageContent content={extraPageContent} />;
|
||||
const followersTabContent = (
|
||||
<div style={{ minHeight: '15vh' }}>
|
||||
<div style={{ minHeight: '16vh' }}>
|
||||
<FollowerCollection name={name} onFollowButtonClick={() => setShowFollowModal(true)} />
|
||||
</div>
|
||||
);
|
||||
|
||||
@ -9,6 +9,7 @@
|
||||
flex-direction: row;
|
||||
background-color: var(--theme-color-background-header);
|
||||
width: 100%;
|
||||
min-height: 30px;
|
||||
color: var(--theme-color-components-text-on-dark);
|
||||
font-family: var(--theme-text-body-font-family);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user