Browse Source

Fix Sign Out button size in dropdown menu

Volodymyr Tkach 2 years ago
parent
commit
9c4dc8467f
1 changed files with 5 additions and 0 deletions
  1. 5 0
      gogs/public/css/dark-gogs.dev.css

+ 5 - 0
gogs/public/css/dark-gogs.dev.css

@@ -171,6 +171,11 @@ h2 a.anchor .octicon.octicon-link {
 	color: #fff !important;
 }
 
+#logout-form .submit-button {
+	margin: -11px -16px;
+	padding: 11px 16px;
+}
+
 .filter.icon {
 	color: #fff;
 }