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
+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;
}