diff options
author | Unknwon <u@gogs.io> | 2018-12-06 22:58:02 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-12-06 22:58:02 -0500 |
commit | f545faa06d553750b9f4018336e810530389f88c (patch) | |
tree | a906d0d46d9f07a093b7eb8faf01e2648b2540b9 /public/css/gogs.css | |
parent | 458aadbb10a50948bbc237c5c2ab62d8710d2b4a (diff) |
templates: make state changing routes to POST method (#5541)
- pkg/context: add ParamsUser to unify the injection process
Diffstat (limited to 'public/css/gogs.css')
-rw-r--r-- | public/css/gogs.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; } |