Add management of delivery availavility in Federation settings (more)

This commit is contained in:
noellabo 2021-02-22 14:37:56 +09:00
parent e1c54c9201
commit 95670ff617
4 changed files with 6 additions and 3 deletions

View File

@ -385,7 +385,10 @@ body,
.filters {
display: flex;
flex-wrap: wrap;
margin-right: -40px;
&.wide {
margin-right: -40px;
}
.filter-subset {
flex: 0 0 auto;

View File

@ -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

View File

@ -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

BIN
bin/deepsource Executable file

Binary file not shown.