enhance: allow built-in pages to be renamed

`db/ident` shouldn't be updated, at least for those built-in pages.
This commit is contained in:
Tienson Qin
2024-08-27 18:36:59 +08:00
parent d20f4d9b8e
commit 37d91f2e5d
4 changed files with 2 additions and 11 deletions

View File

@@ -319,17 +319,13 @@ i.ti {
/** endregion **/
/* region FIXME: override elements (?) */
h1.title, h1.title input, .ls-page-title-container, .ls-page-icon {
h1.title, h1.title input, .ls-page-title-container {
@apply font-medium;
color: var(--lx-gray-12, var(--ls-title-text-color, hsl(var(--foreground))));
font-size: var(--ls-page-title-size, 32px);
}
.title .page-icon {
margin-right: 12px;
}
.block-highlight,
.content .selected {
transition: background-color 0.2s cubic-bezier(0, 1, 0, 1);