update
This commit is contained in:
11
.obsidian/plugins/juggl/main.js
vendored
11
.obsidian/plugins/juggl/main.js
vendored
File diff suppressed because one or more lines are too long
6
.obsidian/plugins/juggl/manifest.json
vendored
6
.obsidian/plugins/juggl/manifest.json
vendored
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"id": "juggl",
|
||||
"name": "Juggl",
|
||||
"version": "1.4.0",
|
||||
"minAppVersion": "0.11.5",
|
||||
"version": "1.5.0",
|
||||
"minAppVersion": "1.4.16",
|
||||
"description": "Adds a completely interactive, stylable and expandable graph view to Obsidian.",
|
||||
"author": "Emile",
|
||||
"authorUrl": "https://twitter.com/emilevankrieken",
|
||||
"authorUrl": "https://emilevankrieken.com",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
|
17
.obsidian/plugins/juggl/styles.css
vendored
17
.obsidian/plugins/juggl/styles.css
vendored
@@ -208,3 +208,20 @@ button.juggl-icon-button {
|
||||
width: 50px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.juggl-inline-group {
|
||||
max-width: 9rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
/*padding: .5rem;*/
|
||||
}
|
||||
|
||||
.juggl-inline-group .form-control {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.form-control[type="number"]::-webkit-inner-spin-button,
|
||||
.form-control[type="number"]::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
Reference in New Issue
Block a user