🎨 Rearrange file info and download button layout in GamemasterManager view

This commit is contained in:
2026-01-28 19:11:10 +00:00
parent 14496ada29
commit 4445514a57

View File

@@ -119,16 +119,16 @@
:key="file.filename" :key="file.filename"
class="file-item" class="file-item"
> >
<button
@click="downloadFromServer(file.filename)"
class="btn btn-small btn-success file-download-btn"
>
📥
</button>
<div class="file-info"> <div class="file-info">
<span class="file-name">{{ file.filename }}</span> <span class="file-name">{{ file.filename }}</span>
<span class="file-size">{{ file.sizeKb }} KB</span> <span class="file-size">{{ file.sizeKb }} KB</span>
</div> </div>
<button
@click="downloadFromServer(file.filename)"
class="btn btn-small btn-success"
>
📥
</button>
</div> </div>
</div> </div>
<div <div