git ssb

2+

mixmix / ticktack



Commit 9fd4b46bd887a2c86dbcfbb71eeb88e81035662f

misc button styles

mix irving committed on 12/3/2017, 1:32:44 AM
Parent: 1967ee98ce129f2ab3b072bcdeac1ad9f0990092

Files changed

message/html/channel.jschanged
styles/button.mcsschanged
message/html/channel.jsView
@@ -30,9 +30,9 @@
3030
3131 return h('Button -channel', {
3232 'ev-click': goToChannel,
3333 classList
34- }, '#' + channel)
34+ }, channel)
3535 }
3636 }
3737
3838
styles/button.mcssView
@@ -43,8 +43,9 @@
4343 -channel {
4444 $backgroundPrimary
4545 $colorFontPrimary
4646 font-size: .9rem
47+ padding: .1rem .7rem
4748 min-width: initial
4849 }
4950
5051 -channelActive {

Built with git-ssb-web