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.
2 parents 5043915 + eaa1897 commit 944bea2Copy full SHA for 944bea2
1 file changed
src/styles/folderPane.css
@@ -6,10 +6,14 @@
6
max-width: none;
7
margin-left: 0;
8
margin-right: 0;
9
+ border-top: solid 1px #777;
10
+ border-bottom: solid 1px #777;
11
margin-top: var(--spacing-xs, 0.5em);
12
margin-bottom: var(--spacing-xs, 0.5em);
13
overflow-x: auto;
14
-webkit-overflow-scrolling: touch;
15
+ padding-top: 1rem;
16
+ padding-bottom: 1rem;
17
}
18
19
.folderPanePackageDiv {
@@ -90,6 +94,8 @@
90
94
91
95
@media (max-width: 700px) {
92
96
.folderPaneInstancePane {
97
98
93
99
margin-top: var(--spacing-2xs, 0.25em);
100
margin-bottom: var(--spacing-2xs, 0.25em);
101
0 commit comments