mirror of
https://github.com/Threnklyn/wg-ui.git
synced 2026-06-13 09:33:34 +02:00
Move the back-button when editing client
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user