MacBook-Pro-de-Oscar.local 2026-1-29:13:46:9
This commit is contained in:
10
.obsidian/plugins/obsidian-markmind/main.js
vendored
10
.obsidian/plugins/obsidian-markmind/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-markmind",
|
||||
"name": "Markmind",
|
||||
"version": "3.4.2",
|
||||
"version": "3.4.3",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "This is a mindmap , outline tool for obsidian.",
|
||||
"author": "Mark",
|
||||
|
||||
40
.obsidian/plugins/obsidian-markmind/styles.css
vendored
40
.obsidian/plugins/obsidian-markmind/styles.css
vendored
@@ -2616,9 +2616,10 @@ th {
|
||||
box-shadow: 0 0 0 #fff;
|
||||
}
|
||||
|
||||
.mm-mobile-app .mm-node .mm-node-content {
|
||||
/* .mm-mobile-app .mm-node .mm-node-edit,
|
||||
.mm-mobile-app .mm-node .cm-node-text {
|
||||
max-width: 400px;
|
||||
}
|
||||
} */
|
||||
|
||||
.mm-note {
|
||||
position: absolute;
|
||||
@@ -3341,6 +3342,41 @@ th {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mm-embed-link {
|
||||
position: absolute;
|
||||
width: 182px;
|
||||
height: 30px;
|
||||
background-color: #333;
|
||||
border: 1px solid #000;
|
||||
border-radius: 3px;
|
||||
z-index: 1000;
|
||||
cursor: pointer;
|
||||
color: #666;
|
||||
|
||||
}
|
||||
|
||||
.mm-embed-link div {
|
||||
width: 90px;
|
||||
float: left;
|
||||
text-align: center;
|
||||
line-height: 30px;
|
||||
font-size: 12px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.mm-embed-link div span {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.mm-embed-link div span svg {
|
||||
fill: #666;
|
||||
}
|
||||
|
||||
/* .mm-link-menu:before {
|
||||
width: 0;
|
||||
height: 0;
|
||||
|
||||
Reference in New Issue
Block a user