diff --git a/app/javascript/styles/mastodon/admin.scss b/app/javascript/styles/mastodon/admin.scss index c0c829609..0748abcbf 100644 --- a/app/javascript/styles/mastodon/admin.scss +++ b/app/javascript/styles/mastodon/admin.scss @@ -385,7 +385,10 @@ body, .filters { display: flex; flex-wrap: wrap; - margin-right: -40px; + + &.wide { + margin-right: -40px; + } .filter-subset { flex: 0 0 auto; diff --git a/app/views/admin/accounts/index.html.haml b/app/views/admin/accounts/index.html.haml index 398ab4bb4..f9ee9ac77 100644 --- a/app/views/admin/accounts/index.html.haml +++ b/app/views/admin/accounts/index.html.haml @@ -1,7 +1,7 @@ - content_for :page_title do = t('admin.accounts.title') -.filters +.filters.wide .filter-subset %strong= t('admin.accounts.location.title') %ul diff --git a/app/views/relationships/show.html.haml b/app/views/relationships/show.html.haml index 5dfa646ec..e315dfba0 100644 --- a/app/views/relationships/show.html.haml +++ b/app/views/relationships/show.html.haml @@ -4,7 +4,7 @@ - content_for :header_tags do = javascript_pack_tag 'admin', async: true, crossorigin: 'anonymous' -.filters +.filters.wide .filter-subset %strong= t 'relationships.relationship' %ul diff --git a/bin/deepsource b/bin/deepsource new file mode 100755 index 000000000..365587232 Binary files /dev/null and b/bin/deepsource differ