Add section for protocol specific information on the admin page (#4910)
This PR adds section for protocol specific information, then always show both of OStatus and ActivityPub. Specifically, this will help admins to check PuSH subscription status and unsubscribe manually, even `protocol` has been changed. This also includes below changes: * Add `overflow: hidden` to prevent float leaking * Add missing fields for ActivityPub
This commit is contained in:
parent
8f8e677630
commit
af10c9fbff
3 changed files with 75 additions and 44 deletions
|
@ -97,6 +97,14 @@
|
|||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: $ui-secondary-color;
|
||||
font-size: 20px;
|
||||
line-height: 28px;
|
||||
font-weight: 400;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 16px;
|
||||
color: $ui-secondary-color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue