Add margin to plugin blocks in admin
This commit is contained in:
parent
a95a4cc891
commit
df9a1a1365
|
@ -1,6 +1,10 @@
|
||||||
@import '_variables';
|
@import '_variables';
|
||||||
@import '_mixins';
|
@import '_mixins';
|
||||||
|
|
||||||
|
.plugin {
|
||||||
|
margin: 15px 0;
|
||||||
|
}
|
||||||
|
|
||||||
.first-row {
|
.first-row {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
||||||
|
|
|
@ -160,7 +160,7 @@ plugins:
|
||||||
# This is an unmoderated plugin index, so only install plugins/themes you trust
|
# This is an unmoderated plugin index, so only install plugins/themes you trust
|
||||||
index:
|
index:
|
||||||
enabled: true
|
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'
|
url: 'https://packages.joinpeertube.org'
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
|
|
|
@ -161,7 +161,7 @@ plugins:
|
||||||
# This is an unmoderated plugin index, so only install plugins you trust
|
# This is an unmoderated plugin index, so only install plugins you trust
|
||||||
index:
|
index:
|
||||||
enabled: true
|
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'
|
url: 'https://packages.joinpeertube.org'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue