diff options
author | Unknwon <u@gogs.io> | 2016-08-28 03:19:27 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-28 03:19:27 -0700 |
commit | 7115e3a4d578ec024f9acbc043e38326bff4117e (patch) | |
tree | d8f0f2a3a26dc3f56ade03fec653abc437a2193a /public/css | |
parent | 0114fdcba40270731d59fe24e8fa6c6147d69e01 (diff) | |
download | gitea-7115e3a4d578ec024f9acbc043e38326bff4117e.tar.gz gitea-7115e3a4d578ec024f9acbc043e38326bff4117e.zip |
css: remove profile avatar height
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/gogs.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 0bf68b1ba3..62e754d6e5 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2645,9 +2645,6 @@ footer .ui.language .menu { .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; } |