MacBook-Pro-de-Oscar.local 2026-6-10:19:27:55

This commit is contained in:
oskar
2026-06-10 19:27:55 +02:00
parent af7dc45db0
commit 5141bf6508
15 changed files with 2191 additions and 267 deletions
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -1,11 +1,11 @@
{
"id": "obsidian42-brat",
"name": "BRAT",
"version": "2.0.4",
"version": "2.0.8",
"minAppVersion": "1.11.4",
"description": "Easily install a beta version of a plugin for testing.",
"description": "Easily install plugin beta versions for testing.",
"author": "TfTHacker",
"authorUrl": "https://github.com/TfTHacker/obsidian42-brat",
"authorUrl": "https://github.com/TfTHacker",
"helpUrl": "https://tfthacker.com/BRAT",
"isDesktopOnly": false,
"fundingUrl": {
+32 -2
View File
@@ -111,12 +111,12 @@
/* Hide filtered plugin items */
.brat-plugin-item[hidden] {
display: none !important;
display: none;
}
/* Hide filtered theme items */
.brat-theme-item[hidden] {
display: none !important;
display: none;
}
/* Filter and button layout */
@@ -150,3 +150,33 @@
.brat-filter-and-button .setting-item-control {
justify-content: flex-end;
}
.brat-full-width-input {
width: 100%;
}
.brat-modal-divider {
border-top: 1px solid var(--background-modifier-border);
margin-top: 30px;
}
.brat-credits {
font-style: italic;
}
.brat-promotional-links {
float: right;
}
.brat-promotional-links-modal {
padding: 10px 15px;
}
.brat-promotional-links-settings {
padding: 15px;
margin-left: 15px;
}
.brat-promotional-links-coffee {
padding-left: 10px;
}