Skip to content

Commit

Permalink
chore: ui minior refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed May 22, 2024
1 parent 5f0369a commit 1eb69f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions assets/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,19 +154,19 @@ body {
.paths-table .cell-actions {
width: 90px;
display: flex;
padding-left: 0.6em;
padding-left: 0.5em;
}

.paths-table .cell-mtime {
width: 120px;
padding-left: 0.6em;
padding-left: 0.5em;
font-variant-numeric: tabular-nums;
}

.paths-table .cell-size {
text-align: right;
width: 70px;
padding-left: 0.6em;
padding-left: 0.5em;
font-variant-numeric: tabular-nums;
}

Expand All @@ -189,7 +189,7 @@ body {
display: block;
text-decoration: none;
max-width: calc(100vw - 375px);
min-width: 200px;
min-width: 170px;
}

.path a:hover {
Expand Down
1 change: 0 additions & 1 deletion assets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ function ready() {
document.querySelector(".index-page").classList.remove("hidden");

setupIndexPage();

} else if (DATA.kind == "Edit") {
document.title = `Edit ${DATA.href} - Dufs`;
document.querySelector(".editor-page").classList.remove("hidden");;
Expand Down

0 comments on commit 1eb69f6

Please sign in to comment.