mirror of https://github.com/Chocobozzz/PeerTube
Add margin to plugin blocks in admin
parent
a95a4cc891
commit
df9a1a1365
|
@ -1,6 +1,10 @@
|
|||
@import '_variables';
|
||||
@import '_mixins';
|
||||
|
||||
.plugin {
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
||||
.first-row {
|
||||
margin-bottom: 10px;
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue