Skip to content

Commit

Permalink
fix(FileSelector): do not position file name field on bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
pdanpdan committed Dec 7, 2023
1 parent 8c5544f commit 04fd2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/FileSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ function horizontalScroll(e: WheelEvent) {
}
.file.pending input {
position: absolute;
inset: 8px 7px unset 6px;
inset: 8px 7px auto;
font-size: 13px;
font-family: var(--font-code);
line-height: 20px;
Expand Down

0 comments on commit 04fd2dd

Please sign in to comment.