From 399f5601a913fdb090d471363834b77e24e5cba5 Mon Sep 17 00:00:00 2001 From: Michael Arestad Date: Wed, 17 Aug 2022 12:46:55 -0600 Subject: [PATCH 01/22] Initial update to layout --- code/lib/blocks/src/components/Toolbar.tsx | 1 + code/lib/builder-manager/templates/template.ejs | 9 +++++---- code/lib/ui/src/components/layout/container.tsx | 7 ++++--- code/lib/ui/src/components/layout/draggers.tsx | 6 +++--- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/code/lib/blocks/src/components/Toolbar.tsx b/code/lib/blocks/src/components/Toolbar.tsx index a5dfeeec4812..fa0ed7de5a23 100644 --- a/code/lib/blocks/src/components/Toolbar.tsx +++ b/code/lib/blocks/src/components/Toolbar.tsx @@ -75,6 +75,7 @@ const Eject: FC = ({ baseUrl, storyId }) => ( ); const Bar = styled(FlexBar)({ + borderRadius: 40, position: 'absolute', left: 0, right: 0, diff --git a/code/lib/builder-manager/templates/template.ejs b/code/lib/builder-manager/templates/template.ejs index 046d109199ee..8e9974e33707 100644 --- a/code/lib/builder-manager/templates/template.ejs +++ b/code/lib/builder-manager/templates/template.ejs @@ -2,13 +2,15 @@ + + <%= typeof title !== 'undefined'? title : 'Storybook'%> <% if (typeof head !== 'undefined') { %> <%- head %> <% } %> - +