mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 08:34:25 +03:00
publish: sidebar hides mobile-specific header
This commit is contained in:
parent
0d732e4092
commit
02d2378796
@ -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
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user