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 e5b16c1 commit 90bf8acCopy full SHA for 90bf8ac
client/scss/finder-browser.scss
@@ -85,7 +85,7 @@ dialog {
85
flex-shrink: 0;
86
border-bottom: 1px solid #808080;
87
padding-bottom: 0.5rem;
88
- margin: 0.25rem 1rem;
+ margin: 0.25rem 0.5rem;
89
@include menubar;
90
91
.search-field {
@@ -149,11 +149,11 @@ dialog {
149
ul.files-browser {
150
list-style: none;
151
display: flex;
152
+ margin: 0;
153
padding: 10px;
154
+ align-self: flex-start;
155
flex-wrap: wrap;
156
flex-direction: row;
- align-content: flex-start;
- justify-content: flex-start;
157
gap: 10px;
158
159
li:not(.status) {
@@ -218,6 +218,7 @@ dialog {
218
}
219
220
.file-uploader {
221
+ display: flex;
222
width: 100%;
223
position: relative;
224
overflow-y: auto;
0 commit comments