aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-24 21:08:15 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-24 21:08:15 -0500
commit0ccd308ea3f4ef6de74f0d590d331d551660ef39 (patch)
tree54d6de7ddb874476215e92e64b62d4faf50e7ce1
parentc07724a4d761487ec0be07a224a07bf2472d82d2 (diff)
downloadgitea-templates-0ccd308ea3f4ef6de74f0d590d331d551660ef39.tar.gz
gitea-templates-0ccd308ea3f4ef6de74f0d590d331d551660ef39.tar.bz2
gitea-templates-0ccd308ea3f4ef6de74f0d590d331d551660ef39.zip
public/css/override: Align navigation bar
Hide user profile container
-rw-r--r--public/css/override.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/public/css/override.css b/public/css/override.css
index 88672c9..265dd0e 100644
--- a/public/css/override.css
+++ b/public/css/override.css
@@ -81,8 +81,8 @@ a, .ui.breadcrumb a { color: #0366d6; }
border: 1px solid #ccc !important;
}
-.ui.card { display: none; }
.user.profile .ui.stackable.grid .eleven { width: 100% !important; }
+.user.profile .ui.stackable.grid .five { display: none; }
#repo-clone-https, #clone-panel #clipboard-btn { border-right-width: 0 !important; }
.ui.tabs.container { overflow-x: auto; overflow-y: hidden; }
@@ -106,3 +106,9 @@ a, .ui.breadcrumb a { color: #0366d6; }
.user.profile .ui.secondary.stackable.pointing.menu { justify-content: center; }
.user.profile .ui.secondary.stackable.pointing.menu a { text-decoration: underline; }
.user.profile .ui.secondary.stackable.pointing.menu i { display: none; }
+
+/*
+ * Navigation Bar
+ */
+#navbar .item:first-child { margin-left: -1.875rem !important; }
+#navbar .item:last-child { margin-right: -1.125rem !important; }