1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 07:27:39 +02:00

chore: extensibility improvements

This commit is contained in:
Sami Mazouz
2025-01-12 13:02:07 +01:00
parent 33121ed1cc
commit 00426c85e3
2 changed files with 2 additions and 2 deletions

View File

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

View File

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