Skip to content

Commit

Permalink
fix styling for browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Nov 2, 2024
1 parent e5b16c1 commit 90bf8ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions client/scss/finder-browser.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dialog {
flex-shrink: 0;
border-bottom: 1px solid #808080;
padding-bottom: 0.5rem;
margin: 0.25rem 1rem;
margin: 0.25rem 0.5rem;
@include menubar;

.search-field {
Expand Down Expand Up @@ -149,11 +149,11 @@ dialog {
ul.files-browser {
list-style: none;
display: flex;
margin: 0;
padding: 10px;
align-self: flex-start;
flex-wrap: wrap;
flex-direction: row;
align-content: flex-start;
justify-content: flex-start;
gap: 10px;

li:not(.status) {
Expand Down Expand Up @@ -218,6 +218,7 @@ dialog {
}

.file-uploader {
display: flex;
width: 100%;
position: relative;
overflow-y: auto;
Expand Down

0 comments on commit 90bf8ac

Please sign in to comment.