From f545faa06d553750b9f4018336e810530389f88c Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 6 Dec 2018 22:58:02 -0500 Subject: templates: make state changing routes to POST method (#5541) - pkg/context: add ParamsUser to unify the injection process --- public/css/gogs.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public/css') diff --git a/public/css/gogs.css b/public/css/gogs.css index 9e60fff6..2d56467a 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -347,6 +347,9 @@ footer .ui.language .menu { .hide { display: none; } +.display.inline { + display: inline; +} .center { text-align: center; } @@ -2934,6 +2937,9 @@ footer .ui.language .menu { margin-top: 5px; margin-right: 8px; } +.user.profile .ui.card .profile-avatar { + height: 287px; +} .user.profile .ui.card .header { word-break: break-all; } -- cgit v1.2.3