diff options
author | Unknwon <u@gogs.io> | 2017-02-18 00:54:56 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-18 00:54:56 -0500 |
commit | a07b1f630aee4deb82623ef05b8b236f2b0c09df (patch) | |
tree | d15b0235a9f51ebe2993024abe6255e9b107b4cc /public/css | |
parent | 266586e8667705822acd136e4e566b4d19a54d73 (diff) |
webhook: add native Discord support
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/gogs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 64baf104..4e5c21e7 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2291,6 +2291,9 @@ footer .ui.language .menu { margin-left: 20px; display: block; } +.repository.settings.webhooks .types .menu .item { + padding: 10px !important; +} .repository.settings.webhook .events .column { padding-bottom: 0; } |