aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-26 04:00:52 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-26 04:00:52 -0500
commit6f081db46e30d477e43c26e0d655fe0ef97ea057 (patch)
tree5dbda6e16e567aa22230c146626471e5f0659a44 /public
parentac5672e502f42126b542a6278c7c2c26dfb251c0 (diff)
downloadgitea-templates-6f081db46e30d477e43c26e0d655fe0ef97ea057.tar.gz
gitea-templates-6f081db46e30d477e43c26e0d655fe0ef97ea057.tar.bz2
gitea-templates-6f081db46e30d477e43c26e0d655fe0ef97ea057.zip
public/css/override: Fix navigation alignment
Get immediate first child instead of all first childs
Diffstat (limited to 'public')
-rw-r--r--public/css/override.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/css/override.css b/public/css/override.css
index a35af43..10ecd92 100644
--- a/public/css/override.css
+++ b/public/css/override.css
@@ -113,5 +113,5 @@ a, .ui.breadcrumb a { color: #0366d6; }
/*
* Navigation Bar
*/
-#navbar .item:first-child { margin-left: -1.5rem !important; }
-#navbar .item:last-child { margin-right: -1.125rem !important; }
+#navbar > .item:first-child { margin-left: -1.5rem !important; }
+#navbar .right > .item:last-child { margin-right: -1.125rem !important; }