mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 07:42:48 +08:00
chore: extensibility improvements
This commit is contained in:
parent
33121ed1cc
commit
00426c85e3
|
@ -44,7 +44,7 @@
|
|||
opacity: 1;
|
||||
}
|
||||
@media @tablet-up {
|
||||
.IndexPage, .UserPage {
|
||||
.IndexPage, .UserPage, .DiscussionList--floatingTags {
|
||||
.DiscussionListItem-title {
|
||||
margin-right: 155px;
|
||||
}
|
||||
|
|
|
@ -83,7 +83,7 @@ export default class AdminApplication extends Application {
|
|||
*/
|
||||
registry = new AdminRegistry();
|
||||
|
||||
extensionCategories = {
|
||||
extensionCategories: Record<string, number> = {
|
||||
feature: 30,
|
||||
theme: 20,
|
||||
language: 10,
|
||||
|
|
Loading…
Reference in New Issue
Block a user