Commit b7c79f07c606c648042f57b22c60d031f45ccd02
tiny style fixup, main.js fixup
mix irving committed on 6/12/2018, 3:39:51 AMParent: 6d3527eb5727caf41d8237ea58810bf6d838990b
Files changed
about/html/edit.mcss | changed |
main.js | changed |
about/html/edit.mcss | |||
---|---|---|---|
@@ -96,8 +96,9 @@ | |||
96 | 96 … | ||
97 | 97 … | input[type="file"] { | |
98 | 98 … | $avatarLarge | |
99 | 99 … | color: transparent | |
100 … | + border: none | ||
100 | 101 … | ||
101 | 102 … | ::-webkit-file-upload-button { | |
102 | 103 … | visibility: hidden | |
103 | 104 … | } |
main.js | ||
---|---|---|
@@ -27,10 +27,10 @@ | ||
27 | 27 … | } |
28 | 28 … | } |
29 | 29 … | |
30 | 30 … | const post = { |
31 | - 'patchbay-post': { | |
32 | - 'message-more': bulk(__dirname, [ 'post-patchcore/message/**/*.js' ]) | |
31 … | + patchbay: { | |
32 … | + message: bulk(__dirname, [ 'post-patchcore/message/**/*.js' ]) | |
33 | 33 … | } |
34 | 34 … | } |
35 | 35 … | |
36 | 36 … | // from more specialized to more general |
Built with git-ssb-web