diff options
author | Unknwon <u@gogs.io> | 2016-03-13 17:37:44 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-03-13 17:37:44 -0400 |
commit | db4da7beecd6a8f65bfa264ba18a8cb12303921f (patch) | |
tree | e70f4669159a97ee538f305fce623452191b3ddb /public/css | |
parent | b4f47a762338abe6ce3a6e3d6d0896b8a387228d (diff) | |
download | gitea-db4da7beecd6a8f65bfa264ba18a8cb12303921f.tar.gz gitea-db4da7beecd6a8f65bfa264ba18a8cb12303921f.zip |
Add APIContext
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 3a04a140dd..7c7ea83c63 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; } |