Skip to content

Commit 90bf8ac

Browse files
committed
fix styling for browsers
1 parent e5b16c1 commit 90bf8ac

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

client/scss/finder-browser.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dialog {
8585
flex-shrink: 0;
8686
border-bottom: 1px solid #808080;
8787
padding-bottom: 0.5rem;
88-
margin: 0.25rem 1rem;
88+
margin: 0.25rem 0.5rem;
8989
@include menubar;
9090

9191
.search-field {
@@ -149,11 +149,11 @@ dialog {
149149
ul.files-browser {
150150
list-style: none;
151151
display: flex;
152+
margin: 0;
152153
padding: 10px;
154+
align-self: flex-start;
153155
flex-wrap: wrap;
154156
flex-direction: row;
155-
align-content: flex-start;
156-
justify-content: flex-start;
157157
gap: 10px;
158158

159159
li:not(.status) {
@@ -218,6 +218,7 @@ dialog {
218218
}
219219

220220
.file-uploader {
221+
display: flex;
221222
width: 100%;
222223
position: relative;
223224
overflow-y: auto;

0 commit comments

Comments
 (0)