mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
UI: Improve maintenace actions design (#4407)
This commit is contained in:
parent
3cea7d4eb2
commit
56aa81e337
|
@ -53,7 +53,7 @@
|
|||
<font-awesome-icon icon="edit" /> {{ $t("Edit") }}
|
||||
</router-link>
|
||||
|
||||
<button class="btn btn-danger" @click="deleteDialog(item.id)">
|
||||
<button class="btn btn-normal text-danger" @click="deleteDialog(item.id)">
|
||||
<font-awesome-icon icon="trash" /> {{ $t("Delete") }}
|
||||
</button>
|
||||
</div>
|
||||
|
@ -294,8 +294,15 @@ export default {
|
|||
gap: 8px;
|
||||
flex-direction: row-reverse;
|
||||
|
||||
@media (max-width: 550px) {
|
||||
& {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.btn-group {
|
||||
width: 310px;
|
||||
margin: 1em 1em 0 1em;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue