git ssb

10+

Matt McKegg / patchwork



Commit 96998ccbab6e306591a3244a0f7c9e239d894ef2

use normal weight on "More profiles" link

Matt McKegg committed on 2/13/2018, 6:01:30 AM
Parent: 4fefa6f1c65b8021e6ca1d82bcf83298da1ae22a

Files changed

styles/dark/profile-list.mcsschanged
styles/light/profile-list.mcsschanged
styles/dark/profile-list.mcssView
@@ -15,8 +15,14 @@
1515
1616 -more {
1717 padding-top: 10px
1818 padding-bottom: 10px
19+
20+ div.main {
21+ div.name {
22+ font-weight: normal
23+ }
24+ }
1925 }
2026
2127 -following {
2228 background-image: svg(following)
styles/light/profile-list.mcssView
@@ -15,8 +15,14 @@
1515
1616 -more {
1717 padding-top: 10px
1818 padding-bottom: 10px
19+
20+ div.main {
21+ div.name {
22+ font-weight: normal
23+ }
24+ }
1925 }
2026
2127 -following {
2228 background-image: svg(following)

Built with git-ssb-web