From df9a1a13654a1ca5229e8e940c25bae94af1717b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 30 Jul 2019 10:18:23 +0200 Subject: [PATCH] Add margin to plugin blocks in admin --- .../src/app/+admin/plugins/shared/plugin-list.component.scss | 4 ++++ config/default.yaml | 2 +- config/production.yaml.example | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/client/src/app/+admin/plugins/shared/plugin-list.component.scss b/client/src/app/+admin/plugins/shared/plugin-list.component.scss index f250404ed..f1516240e 100644 --- a/client/src/app/+admin/plugins/shared/plugin-list.component.scss +++ b/client/src/app/+admin/plugins/shared/plugin-list.component.scss @@ -1,6 +1,10 @@ @import '_variables'; @import '_mixins'; +.plugin { + margin: 15px 0; +} + .first-row { margin-bottom: 10px; diff --git a/config/default.yaml b/config/default.yaml index a26625ab3..b7a433b99 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -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: diff --git a/config/production.yaml.example b/config/production.yaml.example index ec7744deb..17a1be502 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -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' -- 2.25.1