Skip to content

Commit d48a689

Browse files
committed
adjust images
1 parent 3c20e90 commit d48a689

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

editor.mdx

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Markdown mode provides direct access to the underlying `MDX` code of your docume
104104

105105
Use the sidebar file explorer to browse your documentation files. Click on any file to open it in the editor.
106106

107-
Press <kbd>Command</kbd> + <kbd>P</kbd> (<kbd>Ctrl</kbd> + <kbd>P</kbd> on Windows) to search for files by name.
107+
Press <kbd>Command</kbd> + <kbd>P</kbd> on macOS or <kbd>Ctrl</kbd> + <kbd>P</kbd> on Windows to search for files by name.
108108

109109
### Create new pages
110110

@@ -115,15 +115,15 @@ Select the **Create a new file** icon in the file explorer sidebar.
115115
src="/images/editor/files-menu-light.png"
116116
className="block dark:hidden rounded-2xl border border-gray-100 shadow-lg"
117117
style={{
118-
width: '268px',
118+
width: '400px',
119119
height: 'auto',
120120
}}
121121
alt="Files menu in the visual editor"/>
122122
<img
123123
src="/images/editor/files-menu-dark.png"
124124
className="hidden dark:block rounded-2xl border border-white/10 shadow-lg"
125125
style={{
126-
width: '268px',
126+
width: '400px',
127127
height: 'auto',
128128
}}
129129
alt="Files menu in the visual editor in dark mode"/>
@@ -135,10 +135,18 @@ Filenames are automatically appended with a `.mdx` extension. To change the file
135135
<img
136136
src="/images/editor/file-type-light.png"
137137
className="block dark:hidden"
138+
style={{
139+
width: 'auto',
140+
height: '400px',
141+
}}
138142
alt="File extension menu in the visual editor."/>
139143
<img
140144
src="/images/editor/file-type-dark.png"
141145
className="hidden dark:block"
146+
style={{
147+
width: 'auto',
148+
height: '400px',
149+
}}
142150
alt="File extension menu in the visual editor in dark mode."/>
143151
</Frame>
144152

0 commit comments

Comments
 (0)