From d9073f132b041fae818ae3894503065de123f257 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Sun, 21 Jul 2019 19:51:07 -0500 Subject: add more options for time range of roars visible to anonymous public profile viewers --- app/views/layouts/application.html.haml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'app/views/layouts') diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 856f4b045..1110942ac 100755 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -37,15 +37,6 @@ - if Setting.custom_css.present? = stylesheet_link_tag custom_css_path, media: 'all' - - if current_account&.user_hides_color_formatting? - :css - .status__content p > span, - .reply-indicator__content p > span, - .composer--reply > .content p > span, - .account__header__content p > span, - .account__header__fields p > span - { color: inherit !important } - - if current_account&.user_hides_captions? :css div .media-caption, -- cgit