Give the notice boxes some margin so they have some space.
This commit is contained in:
parent
5dac683c48
commit
e4eda45e9f
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
.settings_page_activitypub .notice {
|
.settings_page_activitypub .notice {
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
margin: 0 auto;
|
margin: auto;
|
||||||
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.activitypub-settings-header {
|
.activitypub-settings-header {
|
||||||
|
|
Loading…
Reference in a new issue