logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 6fd2e8c3c5e3be75b2bcc423bca72a8b3b931f04
parent: 15963a15c6731982f9dd10935931c3051d0da836
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Sat,  2 Sep 2017 21:01:59 +0900

Fix profile page when use system's font (#4774)


Diffstat:

Mapp/views/layouts/application.html.haml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml @@ -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) }