diff options
author | Johannes Zellner <johannes@cloudron.io> | 2020-01-05 18:02:53 +0100 |
---|---|---|
committer | Johannes Zellner <johannes@cloudron.io> | 2020-01-05 18:02:53 +0100 |
commit | 6bbbdec8cd000259f978baf67ce8f54d5c3d4ed8 (patch) | |
tree | 4b3574d49d69399e34b05d1546faf2e8f866752a /frontend | |
parent | 8553a7495b3d403ded0452bc038b048882b90a0f (diff) | |
download | Surfer-6bbbdec8cd000259f978baf67ce8f54d5c3d4ed8.tar.gz Surfer-6bbbdec8cd000259f978baf67ce8f54d5c3d4ed8.tar.zst Surfer-6bbbdec8cd000259f978baf67ce8f54d5c3d4ed8.zip |
Save some vertical space with smaller icons
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/index.html b/frontend/index.html index 2e8ce2f..dd4c635 100644 --- a/frontend/index.html +++ b/frontend/index.html | |||
@@ -102,7 +102,7 @@ | |||
102 | <el-table :data="entries" style="max-width: 1280px;width: 100%" height="100%" empty-text="Folder is emtpy" :default-sort="{ prop: 'filePath', order: 'descending' }" @row-click="open"> | 102 | <el-table :data="entries" style="max-width: 1280px;width: 100%" height="100%" empty-text="Folder is emtpy" :default-sort="{ prop: 'filePath', order: 'descending' }" @row-click="open"> |
103 | <el-table-column prop="previewUrl" label="Type" width="100px" sortable> | 103 | <el-table-column prop="previewUrl" label="Type" width="100px" sortable> |
104 | <template slot-scope="scope"> | 104 | <template slot-scope="scope"> |
105 | <img v-bind:src="scope.row.previewUrl" height="48px" width="48px" style="object-fit: cover;"/> | 105 | <img v-bind:src="scope.row.previewUrl" height="32px" width="32px" style="object-fit: cover;"/> |
106 | </template> | 106 | </template> |
107 | </el-table-column> | 107 | </el-table-column> |
108 | <el-table-column prop="filePath" label="Name" sortable> | 108 | <el-table-column prop="filePath" label="Name" sortable> |