diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-07-21 19:51:07 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-07-21 19:51:07 -0500 |
commit | d9073f132b041fae818ae3894503065de123f257 (patch) | |
tree | 9c4bdd4dcfdf86458dfa444af1ca31e89ee8a410 /app/views/layouts | |
parent | 61461a53239b18ee581dd1b57c1cd83c0900814b (diff) |
add more options for time range of roars visible to anonymous public profile viewers
Diffstat (limited to 'app/views/layouts')
-rwxr-xr-x | app/views/layouts/application.html.haml | 9 |
1 files changed, 0 insertions, 9 deletions
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, |