diff options
author | unarist <m.unarist@gmail.com> | 2017-09-13 06:06:10 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-09-12 23:06:10 +0200 |
commit | af10c9fbfff237e45ff46355d118e6824ae05b79 (patch) | |
tree | 1ba58b275366a7f6016cbb50cdf1e6892c3475ee /app/javascript | |
parent | 8f8e6776306b07d5914ef39c895de0cab44ada7f (diff) |
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
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/styles/admin.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/javascript/styles/admin.scss b/app/javascript/styles/admin.scss index fa7859e38..87bc710af 100644 --- a/app/javascript/styles/admin.scss +++ b/app/javascript/styles/admin.scss @@ -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; |