1
0
mirror of https://github.com/flarum/core.git synced 2025-07-24 18:21:33 +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:
Toby Zerner
2015-08-07 08:51:03 +09:30
parent 154f93c72e
commit a34cebd94b
6 changed files with 65 additions and 21 deletions

View File

@@ -3,6 +3,7 @@
padding-top: @header-height;
padding-bottom: 50px;
overflow-x: hidden;
min-height: 100vh;
@media @phone {
padding-top: @header-height-phone;