mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-26 00:35:02 +03:00
Edit docs
This commit is contained in:
parent
39baff436b
commit
85ebe70109
@ -232,6 +232,8 @@ import { Notes } from 'mdx-deck'
|
|||||||
|
|
||||||
## Overview Mode
|
## Overview Mode
|
||||||
|
|
||||||
|
<img src='docs/images/overview-mode.png' width='256' />
|
||||||
|
|
||||||
When editing a slide deck, toggle overview mode with `Option + O`.
|
When editing a slide deck, toggle overview mode with `Option + O`.
|
||||||
This shows a list of all slides on the left and a preview of the current slide on the right.
|
This shows a list of all slides on the left and a preview of the current slide on the right.
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 193 KiB After Width: | Height: | Size: 206 KiB |
@ -29,6 +29,7 @@ export const Overview = ({
|
|||||||
<Box
|
<Box
|
||||||
mr='auto'
|
mr='auto'
|
||||||
px={2}
|
px={2}
|
||||||
|
py={3}
|
||||||
css={{
|
css={{
|
||||||
flex: 'none',
|
flex: 'none',
|
||||||
height: '100vh',
|
height: '100vh',
|
||||||
|
Loading…
Reference in New Issue
Block a user