Move the back-button when editing client

This commit is contained in:
Daniel Lundin
2019-10-03 19:36:08 +02:00
parent 4f0af4d109
commit 4a072f69ac
+6 -7
View File
@@ -67,15 +67,14 @@
</script>
<style>
.float-left {
float: left;
padding: 0;
margin: 0;
margin-right: 1em;
}
.back {
position: fixed;
left: 10px;
top: 70px;
}
</style>
<div class="float-left">
<div class="back">
<Fab color="primary" on:click={handleBackClick}><Icon class="material-icons">arrow_back</Icon></Fab>
</div>