From 7a399f859a3ad04354c387092737d72557edea84 Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Thu, 31 Aug 2017 16:32:29 -0400 Subject: [PATCH] remove unimplemented nav items, fix nav styling --- client/components/Nav.jsx | 4 ++++ client/styles/components/_nav.scss | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/client/components/Nav.jsx b/client/components/Nav.jsx index 8b68d522..e637f120 100644 --- a/client/components/Nav.jsx +++ b/client/components/Nav.jsx @@ -180,6 +180,7 @@ class Nav extends React.PureComponent { + {/* TODO--add these things to the nav
  • + */}
  • } + {/*
    This is a preview version of the editor, that has not yet been officially released. It is in development, you can report bugs here. Please use with caution.
    + */} ); } diff --git a/client/styles/components/_nav.scss b/client/styles/components/_nav.scss index 103918cd..b4cc38ed 100644 --- a/client/styles/components/_nav.scss +++ b/client/styles/components/_nav.scss @@ -1,5 +1,5 @@ .nav { - width: 100%; + width: calc(100% - #{10 / $base-font-size}rem); height: #{42 / $base-font-size}rem; display: flex; flex-direction: row;