mirror of
https://github.com/coder/code-server.git
synced 2026-05-12 15:27:25 +02:00
Improve size column in dialogs
- Remove size from directories (often always 4K and not very useful). - Format file sizes to be more human-readable.
This commit is contained in:
@@ -79,9 +79,7 @@
|
||||
.dialog-entry {
|
||||
cursor: pointer;
|
||||
font-size: 1.02em;
|
||||
padding: 0px;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
padding: 0px 8px;
|
||||
|
||||
.dialog-entry-info {
|
||||
display: flex;
|
||||
@@ -94,6 +92,14 @@
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.dialog-entry-size {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.dialog-entry-mtime {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: var(--list-hover-background);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user