mirror of
https://github.com/flarum/core.git
synced 2025-07-24 10:11:43 +02:00
feat: NoJs Admin View (#3059)
Adds a nojs blade template to be able to enable/disable extensions when one of them misbehaves.
This commit is contained in:
17
framework/core/less/admin/NoJs.less
Normal file
17
framework/core/less/admin/NoJs.less
Normal file
@@ -0,0 +1,17 @@
|
||||
// Minimal NoJs specific styles
|
||||
.NoJs-ExtensionsTable {
|
||||
td&-icon {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.ExtensionListItem-Dot {
|
||||
position: relative;
|
||||
right: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ExtensionIcon {
|
||||
--size: 25px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user