Fix privacy policy link not being visible on small screens (#17533)
Fix #17482
This commit is contained in:
@ -54,5 +54,9 @@
|
||||
%ul
|
||||
%li= link_to t('about.source_code'), Mastodon::Version.source_url
|
||||
%li= link_to t('about.apps'), 'https://joinmastodon.org/apps'
|
||||
.legal-xs
|
||||
= link_to "v#{Mastodon::Version.to_s}", Mastodon::Version.source_url
|
||||
·
|
||||
= link_to t('about.privacy_policy'), terms_path
|
||||
|
||||
= render template: 'layouts/application'
|
||||
|
Reference in New Issue
Block a user