mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
publish: add mobile back nav to notebook.js
This commit is contained in:
parent
60c496ccf8
commit
231ead27df
@ -156,6 +156,9 @@ export class Notebook extends Component {
|
|||||||
popout={props.popout}
|
popout={props.popout}
|
||||||
sidebarShown={props.sidebarShown}
|
sidebarShown={props.sidebarShown}
|
||||||
/>
|
/>
|
||||||
|
<div className="w-100 dn-m dn-l dn-xl inter pt4 pb6 f9">
|
||||||
|
<Link to="/~publish">{"<- All Notebooks"}</Link>
|
||||||
|
</div>
|
||||||
<Link
|
<Link
|
||||||
className={"dn absolute right-1 top-1 " + hiddenOnPopout}
|
className={"dn absolute right-1 top-1 " + hiddenOnPopout}
|
||||||
to={popoutHref}
|
to={popoutHref}
|
||||||
@ -167,14 +170,14 @@ export class Notebook extends Component {
|
|||||||
/>
|
/>
|
||||||
</Link>
|
</Link>
|
||||||
<div
|
<div
|
||||||
className="h-100 overflow-container no-scrollbar"
|
className="h-100 pt0 pt8-m pt8-l pt8-xl overflow-container no-scrollbar"
|
||||||
onScroll={this.onScroll}
|
onScroll={this.onScroll}
|
||||||
ref={el => {
|
ref={el => {
|
||||||
this.scrollElement = el;
|
this.scrollElement = el;
|
||||||
}}>
|
}}>
|
||||||
<div
|
<div
|
||||||
className="flex justify-between"
|
className="flex justify-between"
|
||||||
style={{ marginTop: 56, marginBottom: 32 }}>
|
style={{ marginBottom: 32 }}>
|
||||||
<div className="flex-col">
|
<div className="flex-col">
|
||||||
<div className="mb1">{notebook.title}</div>
|
<div className="mb1">{notebook.title}</div>
|
||||||
<span>
|
<span>
|
||||||
|
Loading…
Reference in New Issue
Block a user