refactor: update app.vue and various components to improve routing paths, enhance UI consistency, and streamline layout for better user experience
This commit is contained in:
parent
b6e8d3b7ec
commit
78af43770c
29 changed files with 1699 additions and 1990 deletions
|
|
@ -19,7 +19,9 @@ h1, h2, h3, h4, h5, h6 {
|
|||
font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
}
|
||||
|
||||
|
||||
a {
|
||||
@apply underline;
|
||||
}
|
||||
|
||||
/* =========================
|
||||
TEMPLATE DOCUMENT LAYOUT
|
||||
|
|
@ -124,7 +126,7 @@ html.dark .section-card::before {
|
|||
}
|
||||
|
||||
.inline-field {
|
||||
@apply inline-block mx-1 min-w-[120px] border-none bg-neutral-50 dark:bg-neutral-800 text-neutral-900 dark:text-neutral-100 px-2 py-1 rounded;
|
||||
@apply inline-block mx-1;
|
||||
}
|
||||
|
||||
.inline-field:focus {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue