Skip to content

Commit 4a48e04

Browse files
committed
Design optimized for mobile devices
1 parent 27be17b commit 4a48e04

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

build/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "prj",
33
"name": "Prj Plugin",
4-
"version": "0.0.13",
4+
"version": "0.0.14",
55
"minAppVersion": "0.15.0",
66
"description": "Prj Plugin - Project, Document, and Task Management",
77
"author": "M. Passarello",

build/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@
217217

218218
.prj-table>.prj-table-body>.prj-table-row>.prj-table-cell.emoji-cell:before {
219219
font-size: x-small !important;
220+
padding-bottom: 10px;
220221
opacity: 0.8 !important;
221222
}
222223
}

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "prj",
33
"name": "Prj Plugin",
4-
"version": "0.0.13",
4+
"version": "0.0.14",
55
"minAppVersion": "0.15.0",
66
"description": "Prj Plugin - Project, Document, and Task Management",
77
"author": "M. Passarello",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-sample-plugin",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "Prj Plugin - Project, Document, and Task Management",
55
"main": "main.js",
66
"scripts": {

src/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@
217217

218218
.prj-table>.prj-table-body>.prj-table-row>.prj-table-cell.emoji-cell:before {
219219
font-size: x-small !important;
220+
padding-bottom: 10px;
220221
opacity: 0.8 !important;
221222
}
222223
}

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"0.0.10": "0.15.0",
77
"0.0.11": "0.15.0",
88
"0.0.12": "0.15.0",
9-
"0.0.13": "0.15.0"
9+
"0.0.13": "0.15.0",
10+
"0.0.14": "0.15.0"
1011
}

0 commit comments

Comments
 (0)