mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-24 07:45:57 +02:00
shorten comments
This commit is contained in:
@@ -146,8 +146,6 @@
|
|||||||
const vault = $appConfig?.active_vault;
|
const vault = $appConfig?.active_vault;
|
||||||
if (!vault) return;
|
if (!vault) return;
|
||||||
if ($viewMode === 'notebook' && $activeNotebook?.relative_path === '') {
|
if ($viewMode === 'notebook' && $activeNotebook?.relative_path === '') {
|
||||||
// On mobile, Back only changes panels. Reopen the still-selected notebook
|
|
||||||
// instead of treating the second tap as a request for All Notes. (issue #220)
|
|
||||||
if (isMobile) {
|
if (isMobile) {
|
||||||
onViewChanged();
|
onViewChanged();
|
||||||
return;
|
return;
|
||||||
@@ -1156,8 +1154,6 @@
|
|||||||
.section {
|
.section {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
/* Keep the scrollport flush with the opaque sticky header so notebook names
|
|
||||||
cannot show through the gap above it while scrolling. (issue #220) */
|
|
||||||
padding: 0 0 4px;
|
padding: 0 0 4px;
|
||||||
border-top: 1px solid var(--border-light);
|
border-top: 1px solid var(--border-light);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user