From 0ccd308ea3f4ef6de74f0d590d331d551660ef39 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Fri, 24 Jan 2020 21:08:15 -0500 Subject: public/css/override: Align navigation bar Hide user profile container --- public/css/override.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3