mirror of
https://github.com/flarum/core.git
synced 2025-08-01 14:10:37 +02:00
Improve extensions page
- Allow extensions to define an icon in their flarum.json - Show a "please wait" modal when enabling/disabling an extension - Styling tweaks
This commit is contained in:
@@ -22,6 +22,10 @@
|
||||
.ExtensionListItem.disabled .ExtensionListItem-content {
|
||||
opacity: 0.5;
|
||||
color: @muted-color;
|
||||
|
||||
.ExtensionListItem-icon {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
.ExtensionListItem-controls {
|
||||
float: right;
|
||||
@@ -41,6 +45,9 @@
|
||||
.ExtensionListItem-icon {
|
||||
float: left;
|
||||
margin-left: -42px;
|
||||
text-align: center;
|
||||
padding: 3px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.ExtensionListItem-title {
|
||||
font-size: 14px;
|
||||
|
@@ -3,6 +3,7 @@
|
||||
padding-top: @header-height;
|
||||
padding-bottom: 50px;
|
||||
overflow-x: hidden;
|
||||
min-height: 100vh;
|
||||
|
||||
@media @phone {
|
||||
padding-top: @header-height-phone;
|
||||
|
Reference in New Issue
Block a user