From a07b1f630aee4deb82623ef05b8b236f2b0c09df Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 18 Feb 2017 00:54:56 -0500 Subject: webhook: add native Discord support --- public/css/gogs.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/css') 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; } -- cgit v1.2.3