[feat] add home button
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
PlusIcon,
|
||||
FolderIcon,
|
||||
FolderOpenIcon,
|
||||
HomeIcon,
|
||||
} from "lucide-svelte";
|
||||
import {
|
||||
characterFormatUpdate,
|
||||
@@ -507,6 +508,12 @@
|
||||
}}><Settings /></BarIcon
|
||||
>
|
||||
<div class="mt-2"></div>
|
||||
<BarIcon
|
||||
onClick={() => {
|
||||
reseter();
|
||||
selectedCharID.set(-1)
|
||||
}}><HomeIcon /></BarIcon>
|
||||
<div class="mt-2"></div>
|
||||
<BarIcon
|
||||
onClick={() => {
|
||||
reseter();
|
||||
@@ -572,9 +579,6 @@
|
||||
.minw96 {
|
||||
min-width: 24rem; /* 384px */
|
||||
}
|
||||
.title {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.editMode {
|
||||
min-width: 6rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user