publish: sidebar hides mobile-specific header

This commit is contained in:
Matilde Park 2020-01-23 01:06:39 -05:00
parent 0d732e4092
commit 02d2378796
2 changed files with 7 additions and 13 deletions

View File

@ -48910,13 +48910,10 @@
? "flex-basis-100-s flex-basis-30-ns"
: "dn"), __self: this, __source: {fileName: _jsxFileName$3, lineNumber: 24}}
, react.createElement('a', { className: "db dn-m dn-l dn-xl f8 pb3 pl3" , href: "/", __self: this, __source: {fileName: _jsxFileName$3, lineNumber: 29}}, "⟵ Landscape" )
, react.createElement('div', { className: "overflow-y-scroll h-100" , __self: this, __source: {fileName: _jsxFileName$3, lineNumber: 30}}
, react.createElement('h2', { className: `f8 f9-m f9-l f9-xl
pt1 pt4-m pt4-l pt4-xl
pr4 pb3 pb2-m pb2-l pb2-xl
pl3 pl4-m pl4-l pl4-xl
black-s gray2 white-d c-default
bb bn-m bn-l bn-xl b--gray4 mb2 mb0-m mb0-l mb0-xl`, __self: this, __source: {fileName: _jsxFileName$3, lineNumber: 31}}, "Your Notebooks"
/*TODO New / Join go here */
, react.createElement('div', { className: "overflow-y-scroll h-100" , __self: this, __source: {fileName: _jsxFileName$3, lineNumber: 31}}
, react.createElement('h2', { className: `f8 pt1 pr4 pb3 pl3 black c-default bb b--gray4 mb2
dn-m dn-l dn-xl`, __self: this, __source: {fileName: _jsxFileName$3, lineNumber: 32}}, "Your Notebooks"
)
, notebooks

View File

@ -27,13 +27,10 @@ export class Sidebar extends Component {
? "flex-basis-100-s flex-basis-30-ns"
: "dn")}>
<a className="db dn-m dn-l dn-xl f8 pb3 pl3" href="/"> Landscape</a>
{/*TODO New / Join go here */}
<div className="overflow-y-scroll h-100">
<h2 className={`f8 f9-m f9-l f9-xl
pt1 pt4-m pt4-l pt4-xl
pr4 pb3 pb2-m pb2-l pb2-xl
pl3 pl4-m pl4-l pl4-xl
black-s gray2 white-d c-default
bb bn-m bn-l bn-xl b--gray4 mb2 mb0-m mb0-l mb0-xl`}>
<h2 className={`f8 pt1 pr4 pb3 pl3 black c-default bb b--gray4 mb2
dn-m dn-l dn-xl`}>
Your Notebooks
</h2>
{notebooks}