]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/commitdiff
Save some vertical space with smaller icons
authorJohannes Zellner <johannes@cloudron.io>
Sun, 5 Jan 2020 17:02:53 +0000 (18:02 +0100)
committerJohannes Zellner <johannes@cloudron.io>
Sun, 5 Jan 2020 17:02:53 +0000 (18:02 +0100)
frontend/index.html

index 2e8ce2f8df90e354e5bfecfe49fa9ec3a834e724..dd4c635e2d923b204452556b91e5d778db7c619d 100644 (file)
         <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">
           <el-table-column prop="previewUrl" label="Type" width="100px" sortable>
             <template slot-scope="scope">
-              <img v-bind:src="scope.row.previewUrl" height="48px" width="48px" style="object-fit: cover;"/>
+              <img v-bind:src="scope.row.previewUrl" height="32px" width="32px" style="object-fit: cover;"/>
             </template>
           </el-table-column>
           <el-table-column prop="filePath" label="Name" sortable>