Add margin to plugin blocks in admin

This commit is contained in:
Chocobozzz 2019-07-30 10:18:23 +02:00
parent a95a4cc891
commit df9a1a1365
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,10 @@
@import '_variables';
@import '_mixins';
.plugin {
margin: 15px 0;
}
.first-row {
margin-bottom: 10px;

View 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:

View 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'