mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-04-30 19:22:37 -04:00
increase footer height
This commit is contained in:
@@ -9,14 +9,7 @@ const Sidebar = ({
|
||||
handleSidebarSelect,
|
||||
}: any) => {
|
||||
return (
|
||||
<FixedSidebar
|
||||
id="sidebar"
|
||||
style={{
|
||||
height: 'calc(100% - 122px)',
|
||||
}}
|
||||
width={expand ? 193 : 56}
|
||||
collapsible
|
||||
>
|
||||
<FixedSidebar id="sidebar" width={expand ? 193 : 56} collapsible>
|
||||
<Sidenav
|
||||
style={{
|
||||
height: '100%',
|
||||
|
||||
@@ -29,7 +29,7 @@ export const MainContainer = styled(StyledContainer)`
|
||||
`;
|
||||
|
||||
export const RootFooter = styled(Footer)`
|
||||
height: 80px;
|
||||
height: 88px;
|
||||
`;
|
||||
|
||||
// Titlebar.tsx
|
||||
@@ -107,5 +107,5 @@ export const FixedSidebar = styled(Sidebar)`
|
||||
position: fixed;
|
||||
top: 33px;
|
||||
z-index: 1;
|
||||
height: 100%;
|
||||
height: calc(100% - 130px);
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user