Move account ban notification to top of dashboard

This commit is contained in:
2024-07-11 23:14:09 +02:00
parent 0098dd502d
commit da9cdd90c0
2 changed files with 9 additions and 5 deletions

View File

@@ -1,12 +1,9 @@
<script>
import UploadLib from "./UploadLib.svelte";
import AddressReputation from "../../home_page/AddressReputation.svelte";
let upload_widget
</script>
<AddressReputation/>
<div class="upload_buttons">
<button on:click={() => upload_widget.pick_files() } class="big_button button_highlight">
<i class="icon small">cloud_upload</i>
@@ -42,5 +39,4 @@ let upload_widget
font-size: 1.4em;
justify-content: center;
}
</style>