We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e501de commit e430e57Copy full SHA for e430e57
2 files changed
resources/assets/snippets/switch-sidebars.png
312 KB
src/resources/snippets.ts
@@ -323,4 +323,10 @@ export default [
323
"code": ".Root__top-container:has([class*='yourLibraryX']) { padding-top: 8px; }",
324
"preview": "resources/assets/snippets/remove-top-spacing.png",
325
},
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
+ },
332
];
0 commit comments