This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix profile page when use system's font (
#4774
)
master
Yamagishi Kazutoshi
7 years ago
committed by
Eugen Rochko
parent
15963a15c6
commit
6fd2e8c3c5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/views/layouts/application.html.haml
+ 1
- 1
app/views/layouts/application.html.haml
View File
@ -34,7 +34,7 @@
= yield :header_tags
- body_classes ||= @body_classes
- body_classes ||= @body_classes
|| ''
- body_classes += ' system-font' if current_account&.user&.setting_system_font_ui
%body{ class: add_rtl_body_class(body_classes) }
Write
Preview
Loading…
Cancel
Save