Skip to content

Commit e430e57

Browse files
authored
feat: add snippet to switch sidebars (#696)
1 parent 8e501de commit e430e57

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

312 KB
Loading

src/resources/snippets.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,4 +323,10 @@ export default [
323323
"code": ".Root__top-container:has([class*='yourLibraryX']) { padding-top: 8px; }",
324324
"preview": "resources/assets/snippets/remove-top-spacing.png",
325325
},
326+
{
327+
"title": "Switch Sidebars",
328+
"description": "Move the navigation panel to the right and the information sidebar to the left.",
329+
"code": ".Root__top-container .Root__nav-bar { grid-area: right-sidebar !important; } .Root__top-container .Root__right-sidebar { grid-area: left-sidebar !important; }",
330+
"preview": "resources/assets/snippets/switch-sidebars.png",
331+
},
326332
];

0 commit comments

Comments
 (0)