Skip to content

Commit

Permalink
🧱 Add sorting by name option for files and folios
Browse files Browse the repository at this point in the history
  • Loading branch information
yinanazhou committed Jun 19, 2023
1 parent b2c4bef commit d27fb58
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Neon-gh/dashboard.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Neon-gh/editor.js

Large diffs are not rendered by default.

21 changes: 19 additions & 2 deletions css/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -300,11 +300,13 @@

#unpaired_container {
margin-right: 5%;
width: 65%
width: 65%;
}

#paired_container {
width: 30%
width: 30%;
display: flex;
flex-direction: column;
}


Expand Down Expand Up @@ -345,6 +347,21 @@
border-bottom: 1px solid #dfdfdf;
}

.file_sort_name {
display: flex;
align-items: center;
justify-content: center;
background-color:rgba(123, 177, 183, 0.1);
border-bottom: 1px solid #dfdfdf;
font-size: 80%;
}

.arrow_btn {
margin-left: 4px;
cursor: pointer;
font-weight: bold;
}

.file_list {
height: 100%;
width: 98%;
Expand Down

0 comments on commit d27fb58

Please sign in to comment.