git ssb

16+

Dominic / patchbay



Commit be83388e349e11675d91cfaaf75f2c73b39d0041

Merge branch 'master' of https://github.com/evbogue/patchbay

Dominic Tarr committed on 7/21/2016, 5:00:53 AM
Parent: b01bad32c369762222f0a3c65798150593536a6b
Parent: 100271d8c2e70a39363fa46ab08fe0ad5ff6328b

Files changed

modules/like.jschanged
style.csschanged
modules/like.jsView
@@ -36,9 +36,9 @@
3636 }
3737
3838 exports.message_action = function (msg, sbot) {
3939 if(msg.value.content.type !== 'vote')
40- return h('a', {href: '#', onclick: function () {
40+ return h('a.dig', {href: '#', onclick: function () {
4141 var dig = {
4242 type: 'vote',
4343 vote: { link: msg.key, value: 1, expression: 'Dig' }
4444 }
style.cssView
@@ -153,8 +153,14 @@
153153 .message_actions {
154154 float: right;
155155 }
156156
157+.dig {
158+ border-right: 2px solid #eee;
159+ padding-right: .6ex;
160+ margin-right: .1ex;
161+}
162+
157163 .message > .title > .avatar {
158164 margin-left: 0;
159165 }
160166

Built with git-ssb-web