mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 01:43:52 +00:00
Increase default sidebar size (#16375)
GitOrigin-RevId: 0df345a468f68d2205bf919efa8d93be40d7a048
This commit is contained in:
parent
12646d0541
commit
4fb2cbdf15
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ export const MainLayout: FC = () => {
|
|||
ref={sidebarPanelRef}
|
||||
id="panel-sidebar"
|
||||
order={1}
|
||||
defaultSize={10}
|
||||
defaultSize={15}
|
||||
minSize={5}
|
||||
maxSize={30}
|
||||
collapsible
|
||||
|
|
Loading…
Reference in a new issue