diff --git a/app/soapbox/features/filters/index.js b/app/soapbox/features/filters/index.js
index 753fda7a5..abd497fa5 100644
--- a/app/soapbox/features/filters/index.js
+++ b/app/soapbox/features/filters/index.js
@@ -215,54 +215,50 @@ class Filters extends ImmutablePureComponent {
-
-
-
- {filters.map((filter, i) => (
-
-
-
-
- {filter.get('phrase')}
-
-
-
-
- {filter.get('context').map((context, i) => (
- {context}
- ))}
-
-
-
-
-
- {filter.get('irreversible') ?
- :
-
- }
- {filter.get('whole_word') &&
-
- }
-
-
-
-
-
-
-
-
- ))}
-
-
+
-
-
+
+ {filters.map((filter, i) => (
+
+
+
+
+ {filter.get('phrase')}
+
+
+
+
+ {filter.get('context').map((context, i) => (
+ {context}
+ ))}
+
+
+
+
+
+ {filter.get('irreversible') ?
+ :
+
+ }
+ {filter.get('whole_word') &&
+
+ }
+
+
+
+
+
+
+
+
+ ))}
+
);
}
diff --git a/app/soapbox/features/list_adder/index.js b/app/soapbox/features/list_adder/index.js
index 88e212fe4..0c159bc90 100644
--- a/app/soapbox/features/list_adder/index.js
+++ b/app/soapbox/features/list_adder/index.js
@@ -69,7 +69,7 @@ class ListAdder extends ImmutablePureComponent {
const { accountId, listIds, intl } = this.props;
return (
-
+
diff --git a/app/soapbox/features/list_editor/index.js b/app/soapbox/features/list_editor/index.js
index c9c732586..1e07ce853 100644
--- a/app/soapbox/features/list_editor/index.js
+++ b/app/soapbox/features/list_editor/index.js
@@ -70,7 +70,7 @@ class ListEditor extends ImmutablePureComponent {
-
+
diff --git a/app/styles/components/list-forms.scss b/app/styles/components/list-forms.scss
index bc784fd31..354d170ec 100644
--- a/app/styles/components/list-forms.scss
+++ b/app/styles/components/list-forms.scss
@@ -14,6 +14,10 @@
border-radius: 8px 8px 0 0;
}
+ &__content {
+ padding: 0;
+ }
+
&__accounts {
background: var(--background-color);
overflow-y: auto;
@@ -33,7 +37,7 @@
.search {
display: flex;
flex-direction: row;
- margin: 10px 0;
+ margin: 10px;
> label {
flex: 1 1;
diff --git a/app/styles/ui.scss b/app/styles/ui.scss
index 7e8d8018c..f29c89ba0 100644
--- a/app/styles/ui.scss
+++ b/app/styles/ui.scss
@@ -246,6 +246,10 @@
}
}
+article:last-child > .domain {
+ border-bottom: none;
+}
+
.domain__wrapper {
display: flex;
}