From 0f14b92bce885a2622a1cdbaa2500ce898995cbf Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 18 Nov 2017 00:38:46 -0500 Subject: MISC: minor fixes in webhook --- 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 c1fc48a2..a9c3249c 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2399,6 +2399,9 @@ footer .ui.language .menu { .repository.settings.webhooks .types .menu .item { padding: 10px !important; } +.repository.settings.webhooks .logo.item img { + margin-top: -4px; +} .repository.settings.webhook .text.desc { margin-top: 5px; } -- cgit v1.2.3