Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.

Commit 151f203

Browse files
authored
Version 5.1.1
1 parent f541a71 commit 151f203

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dashboard-navigator",
33
"name": "Dashboard navigator",
4-
"version": "5.1.0",
4+
"version": "5.1.1",
55
"minAppVersion": "1.1.0",
66
"description": "Vault dashboard and navigator. Show recent files by type, files per day, week, month, search files by name, date, tags and more.",
77
"author": "Bernardo Pires",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dashboard-navigator",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Dashboard navigator plugin for Obsidian",
55
"main": "main.js",
66
"scripts": {

styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ table#dn-table.dn-tbl-default td {
774774
min-width: 400px;
775775
min-height: 300px;
776776
width: 600px;
777-
height: auto;
777+
height: 480px;
778778
max-width: 100%;
779779
max-height: 100%;
780780
overflow: auto;
@@ -792,6 +792,7 @@ table#dn-table.dn-tbl-default td {
792792
}
793793

794794
.dn-preview-titlebar {
795+
width: 90%;
795796
cursor: move;
796797
border-left: 4px solid var(--text-faint);
797798
padding-left: 8px;

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"4.0.1": "1.1.0",
1212
"4.1.0": "1.1.0",
1313
"5.0.0": "1.1.0",
14-
"5.1.0": "1.1.0"
14+
"5.1.0": "1.1.0",
15+
"5.1.1": "1.1.0"
1516
}

0 commit comments

Comments
 (0)