diff --git a/src/components/mrf_transparency_panel/mrf_transparency_panel.scss b/src/components/mrf_transparency_panel/mrf_transparency_panel.scss
new file mode 100644
index 00000000..1ff3b476
--- /dev/null
+++ b/src/components/mrf_transparency_panel/mrf_transparency_panel.scss
@@ -0,0 +1,16 @@
+.mrf-section {
+ margin: 1em;
+
+ table {
+ width:100%;
+ text-align: left;
+ padding-left:10px;
+ padding-bottom:20px;
+ th {
+ width: 180px;
+ }
+ th+th {
+ width: auto;
+ }
+ }
+}
diff --git a/src/components/mrf_transparency_panel/mrf_transparency_panel.vue b/src/components/mrf_transparency_panel/mrf_transparency_panel.vue
index feed56b7..d4be388c 100644
--- a/src/components/mrf_transparency_panel/mrf_transparency_panel.vue
+++ b/src/components/mrf_transparency_panel/mrf_transparency_panel.vue
@@ -31,7 +31,7 @@
{{ $t("about.mrf.simple.accept_desc") }}
-
+
{{ $t("about.mrf.simple.instance") }} |
{{ $t("about.mrf.simple.reason") }} |
@@ -56,7 +56,7 @@
{{ $t("about.mrf.simple.reject_desc") }}
-
+
{{ $t("about.mrf.simple.instance") }} |
{{ $t("about.mrf.simple.reason") }} |
@@ -81,7 +81,7 @@
{{ $t("about.mrf.simple.quarantine_desc") }}
-
+
{{ $t("about.mrf.simple.instance") }} |
{{ $t("about.mrf.simple.reason") }} |
@@ -106,7 +106,7 @@
{{ $t("about.mrf.simple.ftl_removal_desc") }}
-
+
{{ $t("about.mrf.simple.instance") }} |
{{ $t("about.mrf.simple.reason") }} |
@@ -131,7 +131,7 @@
{{ $t("about.mrf.simple.media_nsfw_desc") }}
-
+
{{ $t("about.mrf.simple.instance") }} |
{{ $t("about.mrf.simple.reason") }} |
@@ -156,7 +156,7 @@
{{ $t("about.mrf.simple.media_removal_desc") }}
-
+
{{ $t("about.mrf.simple.instance") }} |
{{ $t("about.mrf.simple.reason") }} |
@@ -227,7 +227,6 @@