Add admin custom CSS setting (#8399)
Fix #3894
Showing
- app/controllers/admin/settings_controller.rb 1 addition, 0 deletionsapp/controllers/admin/settings_controller.rb
- app/controllers/custom_css_controller.rb 10 additions, 0 deletionsapp/controllers/custom_css_controller.rb
- app/javascript/styles/mastodon/forms.scss 11 additions, 0 deletionsapp/javascript/styles/mastodon/forms.scss
- app/models/form/admin_settings.rb 2 additions, 0 deletionsapp/models/form/admin_settings.rb
- app/presenters/instance_presenter.rb 1 addition, 1 deletionapp/presenters/instance_presenter.rb
- app/views/admin/settings/edit.html.haml 1 addition, 1 deletionapp/views/admin/settings/edit.html.haml
- app/views/layouts/application.html.haml 3 additions, 0 deletionsapp/views/layouts/application.html.haml
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
app/controllers/custom_css_controller.rb
0 → 100644
Please register or sign in to comment