Skip to content

Commit

Permalink
chore: extensibility improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Jan 12, 2025
1 parent 33121ed commit 00426c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/tags/less/forum.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
opacity: 1;
}
@media @tablet-up {
.IndexPage, .UserPage {
.IndexPage, .UserPage, .DiscussionList--floatingTags {
.DiscussionListItem-title {
margin-right: 155px;
}
Expand Down
2 changes: 1 addition & 1 deletion framework/core/js/src/admin/AdminApplication.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default class AdminApplication extends Application {
*/
registry = new AdminRegistry();

extensionCategories = {
extensionCategories: Record<string, number> = {
feature: 30,
theme: 20,
language: 10,
Expand Down

0 comments on commit 00426c8

Please sign in to comment.