mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
fix: 50% width in focus mode instead of 900px
This commit is contained in:
@@ -118,7 +118,7 @@ function Editor(props) {
|
||||
}}
|
||||
transition={{ duration: 0.3, ease: "easeOut" }}
|
||||
maxWidth={isFocusMode ? "auto" : "900px"}
|
||||
width={isFocusMode ? "900px" : "100%"}
|
||||
width={isFocusMode ? "50%" : "100%"}
|
||||
mt={[0, 0, 25]}
|
||||
>
|
||||
<Header />
|
||||
|
||||
Reference in New Issue
Block a user