mirror of
https://github.com/Threnklyn/wg-ui.git
synced 2026-06-13 17:43:34 +02:00
Move the back-button when editing client
This commit is contained in:
@@ -67,15 +67,14 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.float-left {
|
.back {
|
||||||
float: left;
|
position: fixed;
|
||||||
padding: 0;
|
left: 10px;
|
||||||
margin: 0;
|
top: 70px;
|
||||||
margin-right: 1em;
|
}
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="float-left">
|
<div class="back">
|
||||||
<Fab color="primary" on:click={handleBackClick}><Icon class="material-icons">arrow_back</Icon></Fab>
|
<Fab color="primary" on:click={handleBackClick}><Icon class="material-icons">arrow_back</Icon></Fab>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user