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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
@@ -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,
|
||||||
|
Reference in New Issue
Block a user