git ssb

2+

mixmix / ticktack



Commit c2bb5938dd867f68b9245abaae29edc60ca2bb7c

STYLE - blogCard on userShow: hide avatar + name on blogCard

mix irving committed on 10/17/2017, 12:16:05 AM
Parent: 1be1564d9a05ca401019091795be8867a1aa1111

Files changed

app/page/userShow.mcsschanged
app/page/userShow.mcssView
@@ -33,8 +33,13 @@
3333
3434 section.blogs {
3535 div.BlogCard {
3636 margin-bottom: .5rem
37+
38+ div.context {
39+ div.Link { display: none }
40+ div.name { display: none }
41+ }
3742 }
3843 }
3944 }
4045 }

Built with git-ssb-web