MacBookPro.lan 2026-4-13:21:8:15

This commit is contained in:
oskar
2026-04-13 21:08:16 +02:00
parent ae109198ac
commit 4663a35885
35 changed files with 8069 additions and 1882 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"id": "obsidian-markmind",
"name": "Markmind",
"version": "3.4.6",
"version": "3.4.7",
"minAppVersion": "0.9.12",
"description": "This is a mindmap , outline tool for obsidian.",
"author": "Mark",

View File

@@ -3794,7 +3794,7 @@ span.mm-sline .line {
display: flex;
justify-content: center;
align-items: center;
margin-right:4px;
margin-right: 4px;
cursor: pointer;
border-radius: 5px;
background-color: #333;
@@ -3814,4 +3814,13 @@ span.mm-sline .line {
.theme-light .cm-mindmap-mobile div svg {
fill: #333;
}
.mm-node-size .mm-node-edit {
max-width: none !important;
}
.mm-node-size .mm-node-icon {
display: flex;
}