From 082d2dee79ae11be43702d736fec104d9b24bc9d Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 19 Aug 2023 14:23:38 +0200 Subject: [PATCH] fixed JSP view on mobile --- styles.css | 4 +- test-vault/.obsidian/workspace-mobile.json | 136 +++++++++++++++++++++ 2 files changed, 139 insertions(+), 1 deletion(-) create mode 100644 test-vault/.obsidian/workspace-mobile.json diff --git a/styles.css b/styles.css index 5d8c9c8..df01242 100644 --- a/styles.css +++ b/styles.css @@ -5,7 +5,9 @@ } .just-share-please-view .clickable-icon { - display: inline; + display: inline-block; + width: 30px; + height: 30px; } .just-share-please-shared-name { diff --git a/test-vault/.obsidian/workspace-mobile.json b/test-vault/.obsidian/workspace-mobile.json new file mode 100644 index 0000000..37d5386 --- /dev/null +++ b/test-vault/.obsidian/workspace-mobile.json @@ -0,0 +1,136 @@ +{ + "main": { + "id": "d466051209ce08bd", + "type": "split", + "children": [ + { + "id": "43c8d82a0f27e55c", + "type": "tabs", + "children": [ + { + "id": "d3ecf159e51c7e0c", + "type": "leaf", + "state": { + "type": "empty", + "state": {} + } + } + ] + } + ], + "direction": "vertical" + }, + "left": { + "id": "34139576c1fe64f4", + "type": "mobile-drawer", + "children": [ + { + "id": "35e4130976ae303a", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical" + } + } + }, + { + "id": "e423f72e10dc22ef", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + }, + { + "id": "69fcb0657ece24ce", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + } + } + }, + { + "id": "707194982b2d8907", + "type": "leaf", + "state": { + "type": "bookmarks", + "state": {} + } + } + ], + "currentTab": 0 + }, + "right": { + "id": "c3601406f9a4241e", + "type": "mobile-drawer", + "children": [ + { + "id": "b8a06ee535c1ee3b", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "27c0112b2eed591b", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "linksCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "3d9ababcf3804bda", + "type": "leaf", + "state": { + "type": "outline", + "state": {} + } + }, + { + "id": "62ec5c122d116864", + "type": "leaf", + "state": { + "type": "jsp-view", + "state": {} + } + } + ], + "currentTab": 3 + }, + "left-ribbon": { + "hiddenItems": { + "switcher:Open quick switcher": false, + "graph:Open graph view": false, + "canvas:Create new canvas": false, + "daily-notes:Open today's daily note": false, + "templates:Insert template": false, + "command-palette:Open command palette": false + } + }, + "active": "62ec5c122d116864", + "lastOpenFiles": [] +} \ No newline at end of file