ui: mini 'fixes'
This commit is contained in:
@ -10,16 +10,13 @@
|
||||
.downloads {
|
||||
& > * {
|
||||
display: inline-block;
|
||||
margin-left: 1ex;
|
||||
margin-right: 1ex;
|
||||
margin-bottom: 1ex;
|
||||
padding: 0.5ex;
|
||||
border: 1px solid;
|
||||
border-radius: 1ex;
|
||||
cursor: pointer;
|
||||
}
|
||||
& > *:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
& > .selected {
|
||||
color: blue;
|
||||
}
|
||||
|
@ -64,10 +64,9 @@ export default {
|
||||
{{" "}}
|
||||
</template>
|
||||
</p>
|
||||
<button :disabled="createDisabled || assets.length==0" @click="createToken">Create links</button>
|
||||
<p><button :disabled="createDisabled || assets.length==0" @click="createToken">Create links</button></p>
|
||||
<template v-if="downloads.length">
|
||||
<h4>Active links</h4>
|
||||
<p class="download-links"><template v-for="d in downloads"><a :href="d.url" download>{{ d.name }}</a>{{" "}}</template></p>
|
||||
</template>
|
||||
</div>`
|
||||
<h4>Active links</h4>
|
||||
<p class="download-links"><template v-for="d in downloads"><a :href="d.url" download>{{ d.name }}</a>{{" "}}</template></p>
|
||||
</template>`
|
||||
}
|
||||
|
Reference in New Issue
Block a user