git ssb

2+

mixmix / ticktack



Commit 9b94074d61d35f88c4ec4ab4129e90a491c17a4e

re-enable back

mix irving committed on 8/26/2017, 9:30:33 PM
Parent: 8305e973fba75a7e00724bbe0cb85d1cf7313cf0

Files changed

app/html/header.jschanged
app/html/header.mcsschanged
app/html/header.jsView
@@ -8,11 +8,11 @@
88 exports.create = (api) => {
99 return nest('app.html.header', (nav) => {
1010 return h('Header', [
1111 h('nav', [
12- // h('div.back', { 'ev-click': nav.back }, [
13- // h('i.fa.fa-angle-left')
14- // ]), // BROKEN for rolled-in sbot
12+ h('div.back', { 'ev-click': nav.back }, [
13+ h('i.fa.fa-angle-left')
14+ ]),
1515 h('i.fa.fa-home', { 'ev-click': () => nav.push({page:'home'}) }),
1616 // FUTURE breadcrumb here ?
1717 // h('h1', computed(nav.location, e => e.element.title)),
1818
app/html/header.mcssView
@@ -27,12 +27,16 @@
2727 width: 1rem
2828 padding: 0 0.2em 0 1rem
2929 border: 1px solid #ddd
3030 border-radius: 4px
31+ border-top-left-radius: 0
32+ border-bottom-left-radius: 0
33+ border-left: none
3134
3235 :hover {
3336 $colorPrimary
3437 border: 1px solid #fff
38+ border-left: none
3539 }
3640 }
3741
3842 i.fa-home {
@@ -47,10 +51,10 @@
4751 display: flex
4852 justify-content: flex-end
4953 }
5054 }
51-
5255
56+
5357 }
5458
5559 $navFA {
5660 i {

Built with git-ssb-web