git ssb

16+

Dominic / patchbay



Commit b7c79f07c606c648042f57b22c60d031f45ccd02

tiny style fixup, main.js fixup

mix irving committed on 6/12/2018, 3:39:51 AM
Parent: 6d3527eb5727caf41d8237ea58810bf6d838990b

Files changed

about/html/edit.mcsschanged
main.jschanged
about/html/edit.mcssView
@@ -96,8 +96,9 @@
9696
9797 input[type="file"] {
9898 $avatarLarge
9999 color: transparent
100 + border: none
100101
101102 ::-webkit-file-upload-button {
102103 visibility: hidden
103104 }
main.jsView
@@ -27,10 +27,10 @@
2727 }
2828 }
2929
3030 const post = {
31- 'patchbay-post': {
32- 'message-more': bulk(__dirname, [ 'post-patchcore/message/**/*.js' ])
31 + patchbay: {
32 + message: bulk(__dirname, [ 'post-patchcore/message/**/*.js' ])
3333 }
3434 }
3535
3636 // from more specialized to more general

Built with git-ssb-web