update column division spacing

toast
Kit Kasune 3 years ago
parent 159390018b
commit 8468c663e8
  1. 4
      json/headers.json
  2. 4
      styles/files.css

@ -2,6 +2,6 @@
"": "2", "": "2",
"Name": "27", "Name": "27",
"Type": "25", "Type": "25",
"Last Modified": "24", "Last Modified": "27",
"Size": "20" "Size": "17"
} }

@ -50,9 +50,9 @@
.file > * {align-self: center;} .file > * {align-self: center;}
.file-name {flex-basis: 27%;} .file-name {flex-basis: 27%;}
.file-type {flex-basis: 25%;} .file-type {flex-basis: 25%;}
.file-size {flex-basis: 20%;} .file-size {flex-basis: 17%;}
.file-icon {flex-basis: 2%;} .file-icon {flex-basis: 2%;}
.file-date {flex-basis: 24%;} .file-date {flex-basis: 27%;}
.file-icon { .file-icon {
max-height: 30px; max-height: 30px;

Loading…
Cancel
Save