Merge remote-tracking branch 'parent/main' into upstream-20241203
This commit is contained in:
commit
0a0b0d46ea
52 changed files with 599 additions and 451 deletions
|
@ -149,6 +149,7 @@ module ApplicationHelper
|
|||
output << content_for(:body_classes)
|
||||
output << "theme-#{current_theme.parameterize}"
|
||||
output << 'system-font' if current_account&.user&.setting_system_font_ui
|
||||
output << 'custom-scrollbars' unless current_account&.user&.setting_system_scrollbars_ui
|
||||
output << (current_account&.user&.setting_reduce_motion ? 'reduce-motion' : 'no-reduce-motion')
|
||||
output << 'rtl' if locale_direction == 'rtl'
|
||||
output << "content-font-size__#{current_account&.user&.setting_content_font_size}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue