aboutsummaryrefslogtreecommitdiff
path: root/src/components/mrf_transparency_panel/mrf_transparency_panel.scss
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2021-12-03 18:14:32 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2021-12-03 18:14:32 +0000
commita20f1794d0d63497f701d8db91b1b0691fd06d54 (patch)
treef873cb64dd5f5ebe88c6afd7e67568f59ef4af29 /src/components/mrf_transparency_panel/mrf_transparency_panel.scss
parentea0887a15ebc8e1563aa9a2fb90f2f1f2d7a93b1 (diff)
parentb4cfda4a20bdf2e5534de7f249d6a477043f75bf (diff)
Merge branch 'simplePolicy_reasons_for_instance_specific_policies' into 'develop'
Simple policy reasons for instance specific policies See merge request pleroma/pleroma-fe!1263
Diffstat (limited to 'src/components/mrf_transparency_panel/mrf_transparency_panel.scss')
-rw-r--r--src/components/mrf_transparency_panel/mrf_transparency_panel.scss21
1 files changed, 21 insertions, 0 deletions
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..80ea01d4
--- /dev/null
+++ b/src/components/mrf_transparency_panel/mrf_transparency_panel.scss
@@ -0,0 +1,21 @@
+.mrf-section {
+ margin: 1em;
+
+ table {
+ width:100%;
+ text-align: left;
+ padding-left:10px;
+ padding-bottom:20px;
+
+ th, td {
+ width: 180px;
+ max-width: 360px;
+ overflow: hidden;
+ vertical-align: text-top;
+ }
+
+ th+th, td+td {
+ width: auto;
+ }
+ }
+}