1
0
mirror of https://github.com/flarum/core.git synced 2025-06-08 15:44:57 +02:00
Sami Mazouz e8153ccc79
feat: NoJs Admin View ()
Adds a nojs blade template to be able to enable/disable extensions when one of them misbehaves.
2021-08-31 09:08:27 +01:00

18 lines
245 B
Plaintext

// 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;
}
}