mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
fix: a page name can's be both started and ended with a slash
The reason is that it's corresponding file will be a hidden file.
This commit is contained in:
@@ -110,6 +110,7 @@
|
||||
text-overflow: ellipsis;
|
||||
max-width: 7ch;
|
||||
color: var(--ls-icon-color, #045591);
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
a.button {
|
||||
@@ -126,4 +127,4 @@ a.button:hover {
|
||||
|
||||
.is-mac.is-electron :is(.cp__header, .cp__right-sidebar-topbar) :is(button, .button, a) {
|
||||
cursor: default !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user