Add margin to plugin blocks in admin
authorChocobozzz <me@florianbigard.com>
Tue, 30 Jul 2019 08:18:23 +0000 (10:18 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 30 Jul 2019 08:18:23 +0000 (10:18 +0200)
client/src/app/+admin/plugins/shared/plugin-list.component.scss
config/default.yaml
config/production.yaml.example

index f250404ed70f325293f8d4e95701ab87e4d18449..f1516240e7ce2294002c43b0edd1fe210468a9df 100644 (file)
@@ -1,6 +1,10 @@
 @import '_variables';
 @import '_mixins';
 
+.plugin {
+  margin: 15px 0;
+}
+
 .first-row {
   margin-bottom: 10px;
 
index a26625ab3e3c432cdc8a08736c725c59064015a1..b7a433b9954fd6728b45304744a13686dfda4e04 100644 (file)
@@ -160,7 +160,7 @@ plugins:
   # This is an unmoderated plugin index, so only install plugins/themes you trust
   index:
     enabled: true
-    check_latest_versions_interval: '1 day' # How often you want to check new plugins/themes versions
+    check_latest_versions_interval: '12 hours' # How often you want to check new plugins/themes versions
     url: 'https://packages.joinpeertube.org'
 
 cache:
index ec7744deb16b331a42c5d29763edf45d2f98ab47..17a1be5025089e621d0d16c5718dfe54b06cb90b 100644 (file)
@@ -161,7 +161,7 @@ plugins:
   # This is an unmoderated plugin index, so only install plugins you trust
   index:
     enabled: true
-    check_latest_versions_interval: '1 day' # How often you want to check new plugins/themes versions
+    check_latest_versions_interval: '12 hours' # How often you want to check new plugins/themes versions
     url: 'https://packages.joinpeertube.org'