mirror of
https://github.com/caffa/Obsidian-Current-Folder-Note-Display-Plugin.git
synced 2026-07-22 09:50:27 +00:00
Prepare for Git Release
This commit is contained in:
parent
470f08a1aa
commit
b1679676c9
2 changed files with 32 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "current-folder-notes-pamphlet",
|
||||
"name": "Current Folder Notes",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9",
|
||||
"minAppVersion": "1.7.7",
|
||||
"description": "Shows a list of notes in the current folder, and allows you to filter the titles to include or exclude notes.",
|
||||
"author": "Pamela Wang",
|
||||
|
|
|
|||
|
|
@ -372,6 +372,10 @@
|
|||
transition: none; /* Remove transitions */
|
||||
}
|
||||
|
||||
.bigger-text {
|
||||
font-size: 2em; /* Adjust this value as needed */
|
||||
}
|
||||
|
||||
.neobrutalist-style .nav-link:hover {
|
||||
background: #00ccff; /* No hover effect */
|
||||
color: #000000; /* No hover effect */
|
||||
|
|
@ -616,4 +620,30 @@
|
|||
border-radius: 4px;
|
||||
background-color: var(--background-secondary);
|
||||
border: 1px solid var(--background-modifier-border);
|
||||
}
|
||||
}
|
||||
|
||||
/* Bigger text mode */
|
||||
.bigger-text .folder-notes-style,
|
||||
.bigger-text .basic-heading,
|
||||
.bigger-text .folder-section-header,
|
||||
.bigger-text .nav-link,
|
||||
.bigger-text .folder-path-display {
|
||||
font-size: 1.15em;
|
||||
}
|
||||
|
||||
.bigger-text .heading-level-1 {
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
.bigger-text .heading-level-2 {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.bigger-text .heading-level-3 {
|
||||
font-size: 1.15em;
|
||||
}
|
||||
|
||||
/* bigger heading for prev and next */
|
||||
.bigger-text .nav-title {
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue