update
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-meta-bind-plugin",
|
||||
"name": "Meta Bind",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"minAppVersion": "1.4.0",
|
||||
"description": "Make your notes interactive with inline input fields, metadata displays, and buttons.",
|
||||
"author": "Moritz Jung",
|
||||
|
@@ -96,6 +96,7 @@ div.mb-view-wrapper {
|
||||
}
|
||||
|
||||
.mb-button-inner {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
/* Toggle Input */
|
||||
@@ -585,12 +586,16 @@ code.mb-warning {
|
||||
/* --- Misc --- */
|
||||
|
||||
.mb-icon-wrapper {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.mb-icon-wrapper.mb-icon-wrapper-inline {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.mb-icon-wrapper > svg {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
Reference in New Issue
Block a user