Skip to content

Commit bbc7f86

Browse files
authored
Admin-Notices: Adapt width of settings-site (#1961)
1 parent 213efba commit bbc7f86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/activitypub-admin.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
position: relative;
55
}
66

7-
.settings_page_activitypub .notice {
7+
.settings_page_activitypub div:not(.wrap) > .notice {
88
max-width: 800px;
99
margin: 0 auto 30px;
1010
}
1111

12-
.settings_page_activitypub .update-nag {
12+
.settings_page_activitypub div:not(.wrap) > .update-nag {
1313
margin: 25px 20px 15px 22px;
1414
}
1515

0 commit comments

Comments
 (0)