MacBook-Pro-de-Oscar.local 2026-6-13:18:24:58

This commit is contained in:
oskar
2026-06-13 18:24:59 +02:00
parent e23a1dead0
commit 095fc50a14
96 changed files with 20091 additions and 41578 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "obsidian-markmind",
"name": "Markmind",
"version": "3.4.8",
"version": "3.5.3",
"minAppVersion": "0.9.12",
"description": "This is a mindmap , outline tool for obsidian.",
"author": "Mark",
+21 -2
View File
@@ -669,7 +669,7 @@ span.mm-sline .line {
outline: 0
}
.theme-dark textarea {
.theme-dark .mm-note textarea {
color: #666
}
@@ -3774,6 +3774,16 @@ span.mm-sline .line {
align-items: center;
}
.mm-ppt-page .mm-ppt-resize {
position: absolute;
right: 6px;
display: block;
bottom: 0px;
background: transparent;
cursor: pointer;
}
.mm-node-embed {
display: none !important;
}
@@ -3784,7 +3794,7 @@ span.mm-sline .line {
z-index: 1000;
height: 32px;
left: 10px;
bottom: 40px;
bottom: 100px;
right: 10px;
}
@@ -3823,4 +3833,13 @@ span.mm-sline .line {
.mm-node-size .mm-node-icon {
display: flex;
}
.mm-assist-close {
width: 18px;
height: 18px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 8px;
}