0
0
Fork 0

Set "admin" body class from admin nested layout (#31269)

This commit is contained in:
Matt Jankowski 2024-09-06 09:58:46 -04:00 committed by GitHub
parent fd7fc7bdc3
commit a9d0b48b65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 13 additions and 56 deletions

View file

@ -159,6 +159,7 @@ module ApplicationHelper
def body_classes
output = body_class_string.split
output << content_for(:body_classes)
output << "theme-#{current_theme.parameterize}"
output << 'system-font' if current_account&.user&.setting_system_font_ui
output << (current_account&.user&.setting_reduce_motion ? 'reduce-motion' : 'no-reduce-motion')