@@ -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 => (
-
+
),