MacBookPro.lan 2026-4-24:22:8:20
This commit is contained in:
+2
-2
@@ -116,7 +116,7 @@
|
||||
"source": "none",
|
||||
"file": null
|
||||
},
|
||||
"dualPane": true,
|
||||
"dualPane": false,
|
||||
"dualPaneOrientation": "horizontal",
|
||||
"showTooltips": false,
|
||||
"showTooltipPath": true,
|
||||
@@ -503,7 +503,7 @@
|
||||
"#404040",
|
||||
"#404040"
|
||||
],
|
||||
"lastShownVersion": "2.5.7",
|
||||
"lastShownVersion": "2.5.8",
|
||||
"rootFolderOrder": [
|
||||
"sources",
|
||||
"attachments",
|
||||
|
||||
+78
-78
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "notebook-navigator",
|
||||
"name": "Notebook Navigator",
|
||||
"version": "2.5.7",
|
||||
"version": "2.5.8",
|
||||
"minAppVersion": "1.8.7",
|
||||
"description": "Replace the default file explorer with a clean two-pane interface featuring folder tree, tag browsing, file previews, keyboard navigation, drag-and-drop, pinned notes, and customizable display options.",
|
||||
"author": "Johan Sanneblad",
|
||||
|
||||
+30
-51
@@ -2715,6 +2715,20 @@ body {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.nn-navigation-calendar-month.has-inline-help:not(.has-inline-month-nav) .nn-navigation-calendar-inline-help {
|
||||
position: static;
|
||||
right: auto;
|
||||
top: auto;
|
||||
transform: none;
|
||||
width: 0 !important;
|
||||
min-width: 0 !important;
|
||||
height: 20px !important;
|
||||
margin-left: 0;
|
||||
padding: 0 !important;
|
||||
overflow: hidden;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
.nn-navigation-calendar-month.has-inline-month-nav .nn-navigation-calendar-inline-month-center .nn-navigation-calendar-period-month {
|
||||
padding-inline: 1px;
|
||||
}
|
||||
@@ -3286,6 +3300,13 @@ body {
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.nn-navigation-calendar-month.has-inline-help:not(.has-inline-month-nav):hover .nn-navigation-calendar-inline-help,
|
||||
.nn-navigation-calendar-month.has-inline-help:not(.has-inline-month-nav):focus-within .nn-navigation-calendar-inline-help {
|
||||
width: 20px !important;
|
||||
min-width: 20px !important;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
:is(.nn-navigation-pane, .nn-list-pane, .nn-single-pane-calendar) .nn-navigation-calendar-header .nn-navigation-calendar-help-inline {
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
@@ -3501,6 +3522,8 @@ body {
|
||||
|
||||
.nn-calendar-right-sidebar .nn-navigation-calendar {
|
||||
--nn-calendar-header-chip-bg: var(--nn-calendar-right-sidebar-bg);
|
||||
--nn-calendar-header-font-size: 13px;
|
||||
--nn-calendar-today-font-size: 13px;
|
||||
}
|
||||
|
||||
.nn-calendar-right-sidebar .nn-navigation-calendar-year-grid {
|
||||
@@ -3512,34 +3535,6 @@ body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* ========================================================================
|
||||
Header mode: compact yearly (right sidebar)
|
||||
======================================================================== */
|
||||
|
||||
.nn-calendar-right-sidebar .nn-navigation-calendar[data-compact-header='true'] .nn-navigation-calendar-header {
|
||||
height: auto;
|
||||
min-height: var(--nn-calendar-header-row-height);
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
justify-content: center;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.nn-calendar-right-sidebar .nn-navigation-calendar[data-compact-header='true'] .nn-navigation-calendar-month {
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
font-size: calc(var(--nn-calendar-header-font-size) + 2px);
|
||||
}
|
||||
|
||||
.nn-calendar-right-sidebar
|
||||
.nn-navigation-calendar[data-compact-header='true']
|
||||
.nn-navigation-calendar-month
|
||||
.nn-navigation-calendar-period-month {
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.04em;
|
||||
}
|
||||
|
||||
.is-mobile .nn-calendar-right-sidebar {
|
||||
--nn-calendar-right-sidebar-bg: var(--mobile-sidebar-background);
|
||||
}
|
||||
@@ -5394,22 +5389,23 @@ body.nn-resizing {
|
||||
/* Version container */
|
||||
.nn-whats-new-version {
|
||||
margin-bottom: 16px;
|
||||
padding-bottom: 16px;
|
||||
border-bottom: 1px solid var(--background-modifier-border);
|
||||
}
|
||||
|
||||
/* Version container - last child no border */
|
||||
/* Version container - last child no margin */
|
||||
.nn-whats-new-version:last-child {
|
||||
border-bottom: none;
|
||||
padding-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* Version header */
|
||||
.nn-whats-new-version h3 {
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
color: var(--nn-theme-foreground);
|
||||
background: var(--background-secondary);
|
||||
margin: 0 0 4px 0;
|
||||
padding: 6px 10px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
/* Feature list */
|
||||
@@ -5440,14 +5436,6 @@ body.nn-resizing {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
/* Version date */
|
||||
.nn-whats-new-date {
|
||||
color: var(--nn-theme-foreground-muted);
|
||||
font-size: 12px;
|
||||
display: block;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
/* Release banner image */
|
||||
.nn-whats-new-banner {
|
||||
position: relative;
|
||||
@@ -5628,14 +5616,10 @@ body.nn-resizing {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
/* Version header and date sizes on mobile */
|
||||
/* Version header size on mobile */
|
||||
.nn-whats-new-version h3 {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.nn-whats-new-date {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Obsidian mobile app adjustments */
|
||||
@@ -5657,11 +5641,6 @@ body.nn-resizing {
|
||||
.nn-whats-new-version h3 {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
/* Date line */
|
||||
.nn-whats-new-date {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
/* Source: src/styles/sections/modal-icon-picker.css */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user