chore: extensibility improvements

This commit is contained in:
Sami Mazouz 2025-01-12 13:02:07 +01:00
parent 33121ed1cc
commit 00426c85e3
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
opacity: 1;
}
@media @tablet-up {
.IndexPage, .UserPage {
.IndexPage, .UserPage, .DiscussionList--floatingTags {
.DiscussionListItem-title {
margin-right: 155px;
}

View File

@ -83,7 +83,7 @@ export default class AdminApplication extends Application {
*/
registry = new AdminRegistry();
extensionCategories = {
extensionCategories: Record<string, number> = {
feature: 30,
theme: 20,
language: 10,