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:
Tienson Qin
2021-08-10 08:29:11 +08:00
parent 3f46857b4f
commit 5dfd9b1be4
5 changed files with 20 additions and 4 deletions

View File

@@ -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;
}
}