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 6955710 commit 9e08913Copy full SHA for 9e08913
app/pages/package-code/[[org]]/[packageName]/v/[version]/[...filePath].vue
@@ -588,16 +588,17 @@ defineOgImageComponent('Default', {
588
<style scoped>
589
.main-content {
590
--sidebar-space: calc(var(--spacing) * 64);
591
- @screen lg {
+}
592
+@screen lg {
593
+ .main-content {
594
--sidebar-space: calc(var(--spacing) * 72);
595
}
596
597
- .file-tree {
- width: var(--sidebar-space);
- }
598
-
599
- .file-viewer {
600
- width: calc(100vw - var(--sidebar-space));
601
+.file-tree {
+ width: var(--sidebar-space);
+.file-viewer {
602
+ width: calc(100vw - var(--sidebar-space));
603
604
</style>
0 commit comments