aboutsummaryrefslogtreecommitdiff
path: root/public/css/gogs.css
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2018-12-06 22:58:02 -0500
committerUnknwon <u@gogs.io>2018-12-06 22:58:02 -0500
commitf545faa06d553750b9f4018336e810530389f88c (patch)
treea906d0d46d9f07a093b7eb8faf01e2648b2540b9 /public/css/gogs.css
parent458aadbb10a50948bbc237c5c2ab62d8710d2b4a (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.css6
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;
}