Skip to content

Commit 944bea2

Browse files
author
Alain Bourgeois
committed
Merge branch 'milestone3m' of https://github.com/solidos/folder-pane into milestone3m
2 parents 5043915 + eaa1897 commit 944bea2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/styles/folderPane.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@
66
max-width: none;
77
margin-left: 0;
88
margin-right: 0;
9+
border-top: solid 1px #777;
10+
border-bottom: solid 1px #777;
911
margin-top: var(--spacing-xs, 0.5em);
1012
margin-bottom: var(--spacing-xs, 0.5em);
1113
overflow-x: auto;
1214
-webkit-overflow-scrolling: touch;
15+
padding-top: 1rem;
16+
padding-bottom: 1rem;
1317
}
1418

1519
.folderPanePackageDiv {
@@ -90,6 +94,8 @@
9094

9195
@media (max-width: 700px) {
9296
.folderPaneInstancePane {
97+
border-top: solid 1px #777;
98+
border-bottom: solid 1px #777;
9399
margin-top: var(--spacing-2xs, 0.25em);
94100
margin-bottom: var(--spacing-2xs, 0.25em);
95101
}

0 commit comments

Comments
 (0)