🎨 Rearrange file info and download button layout in GamemasterManager view
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user