X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Fconfig%2Fedit-custom-config%2Fedit-custom-config.component.html;h=fe9d856d050161c5756419129ccd54f06ec9d281;hb=10a105f0c8620b2742eb357b69dd516a9ddf5798;hp=b7d95bc22cf8e5fcde1541b85acd09b8f183efd7;hpb=f8802489bbc2c0363b5668e47de7c35f573342e1;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html index b7d95bc22..fe9d856d0 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html +++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html @@ -84,6 +84,24 @@ + +
Theme
+ + +
+ + +
+ +
+
+
+ +
Signup
@@ -111,6 +129,7 @@ +
Users
@@ -139,6 +158,7 @@ +
Import
@@ -161,6 +181,47 @@ + +
Auto-blacklist
+ + + + + +
+ +
+ +
+
+
+ + +
Instance followers
+ + + + +
+ +
+ +
+ +
+
+
+ +
Administrator
@@ -242,6 +303,14 @@ >
+
+ +
+
@@ -257,8 +326,8 @@
@@ -318,18 +387,18 @@ helpType="custom" i18n-customHtml customHtml=" - Write directly CSS code. Example:
+ Write directly CSS code. Example:

-          body {{ '{' }}
-            background-color: red;
-          {{ '}' }}
+  #custom-css {{ '{' }}
+    color: red;
+  {{ '}' }}
                     
- Prepend with #custom-css to override styles. Example: + Prepend with #custom-css to override styles. Example:

-          #custom-css .logged-in-email {{ '{' }}
-            color: red;
-          {{ '}' }}
+  #custom-css .logged-in-email {{ '{' }}
+    color: red;
+  {{ '}' }}
                     
" >