diff --git a/app/components/Sidebar/components/HeaderBlock.js b/app/components/Sidebar/components/HeaderBlock.js index c59e4672d..3b97dc654 100644 --- a/app/components/Sidebar/components/HeaderBlock.js +++ b/app/components/Sidebar/components/HeaderBlock.js @@ -23,7 +23,7 @@ function HeaderBlock({ }: Props) { return (
- + {teamName}{' '} diff --git a/server/static/dev.html b/server/static/dev.html index f389e7850..60544507a 100644 --- a/server/static/dev.html +++ b/server/static/dev.html @@ -1,33 +1,30 @@ - + + + Outline + + + - - - -
- - + body { + display: flex; + width: 100%; + height: 100%; + } + #root { + flex: 1; + min-height: 100vh; + } + + + +
+ + \ No newline at end of file diff --git a/server/static/index.html b/server/static/index.html index b0f533c78..bb5c24c3f 100644 --- a/server/static/index.html +++ b/server/static/index.html @@ -1,32 +1,29 @@ - + + + Outline + + - - - -
- - + body { + display: flex; + width: 100%; + height: 100%; + } + #root { + flex: 1; + min-height: 100vh; + } + + + +
+ +