Skip to content

Commit

Permalink
styles: optimize css
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed May 29, 2022
1 parent c8a25b5 commit 2eba975
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,22 @@ html {
}

.main .cell-name {
width: 300px;
width: 400px;
}

.main .cell-mtime {
width: 150px;
width: 120px;
padding-left: 0.6em;
}

.main .cell-size {
text-align: right;
width: 100px;
width: 60px;
padding-left: 0.6em;
}

.main .cell-actions {
width: 100px;
width: 60px;
display: flex;
padding-left: 0.6em;
}
Expand Down

0 comments on commit 2eba975

Please sign in to comment.