git ssb

2+

mixmix / ticktack



Commit c6510efde71437dba97e4a87aa9869256d193fb5

--amend

mix irving committed on 10/12/2017, 4:40:05 AM
Parent: 2442b6f384022cf27445a7ebd29182d10630a9dc

Files changed

app/html/header.jschanged
message/html/compose.mcsschanged
app/html/header.jsView
@@ -8,8 +8,9 @@
88
99 const FEED_PAGES = [
1010 'home',
1111 'blogIndex',
12+ 'blogNew',
1213 'threadShow', // TODO - this doesn't work (`threadSHow` isn't part of the location atm)
1314 'threadNew',
1415 // 'blogSearch',
1516 ]
message/html/compose.mcssView
@@ -37,11 +37,11 @@
3737 justify-content: space-between
3838
3939 margin-top: .4rem
4040
41+ input { flex-grow: 1 }
42+
4143 input[type="file"] {
42- flex-grow: 1
43-
4444 padding: .5rem 0
4545
4646 width: 2.5rem
4747 height: 1.5rem

Built with git-ssb-web