From db4da7beecd6a8f65bfa264ba18a8cb12303921f Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 13 Mar 2016 17:37:44 -0400 Subject: Add APIContext --- 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 3a04a140..7c7ea83c 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2376,6 +2376,9 @@ footer .container .links > *:first-child { .user.settings .email.list .item:not(:first-child) .button { margin-top: -10px; } +.user.profile .ui.card #profile-avatar { + height: 290px; +} .user.profile .ui.card .username { display: block; } -- cgit v1.2.3