From: Chocobozzz Date: Tue, 30 Jul 2019 08:18:23 +0000 (+0200) Subject: Add margin to plugin blocks in admin X-Git-Tag: v1.4.0-rc.1~44 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=df9a1a13654a1ca5229e8e940c25bae94af1717b;p=oweals%2Fpeertube.git Add margin to plugin blocks in admin --- 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'