MacBook-Pro-de-Oscar.local 2026-6-10:19:27:55
This commit is contained in:
+32
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user