diff --git a/services/web/frontend/stories/dropdown.stories.js b/services/web/frontend/stories/dropdown.stories.js index e32395ba23..0c9c49845a 100644 --- a/services/web/frontend/stories/dropdown.stories.js +++ b/services/web/frontend/stories/dropdown.stories.js @@ -43,7 +43,7 @@ Primary.args = { ...defaultArgs, bsStyle: 'primary' } export const RightAligned = args => { return ( -
+
@@ -54,7 +54,7 @@ RightAligned.args = { ...defaultArgs, pullRight: true } export const SingleIconTransparent = args => { return ( -
+
@@ -71,7 +71,11 @@ SingleIconTransparent.args = { export const Customized = args => { return ( - + {}, ui: { chatOpen: true, + pdfLayout: 'flat', }, } } @@ -28,5 +26,6 @@ export function setupContext() { }, } window.ExposedSettings = window.ExposedSettings || {} - window.ExposedSettings.gitBridgePublicBaseUrl = 'https://git.stories.com' + window.ExposedSettings.appName = 'Overleaf' + window.gitBridgePublicBaseUrl = 'https://git.stories.com' } diff --git a/services/web/frontend/stories/outline.stories.js b/services/web/frontend/stories/outline.stories.js index d29dde6bb9..abd9b5a85e 100644 --- a/services/web/frontend/stories/outline.stories.js +++ b/services/web/frontend/stories/outline.stories.js @@ -59,7 +59,7 @@ export default { }, decorators: [ Story => ( - + ),