vault backup: 2023-03-24 12:29:32

This commit is contained in:
2023-03-24 12:29:32 +01:00
parent a10a57aecc
commit 1a05c47564
52 changed files with 109351 additions and 3825 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"id": "obsidian-icon-folder",
"name": "Icon Folder",
"version": "1.6.0",
"version": "1.7.0",
"minAppVersion": "0.9.12",
"description": "This plugin allows to add an emoji or an icon to a folder or file.",
"author": "Florian Woelki",

View File

@@ -93,3 +93,19 @@
align-items: center;
justify-content: center;
}
/* Custom rule modal. */
.obsidian-icon-folder-custom-rule-modal .modal-title h3 {
margin: 0;
}
.obsidian-icon-folder-custom-rule-modal .modal-content {
display: flex;
align-items: center;
justify-content: center;
}
.obsidian-icon-folder-custom-rule-modal .modal-content input {
width: 100%;
margin-right: 0.5rem;
}