git ssb

10+

Matt McKegg / patchwork



Commit c9c25d02b51e64372d66ebd2de5729054c08d3ab

profile-list: fix wrapping of long names and positioning of progress bar

Matt McKegg committed on 4/23/2017, 1:16:10 AM
Parent: 273e55604c0b074e6daa694af4a21a47cf258a18

Files changed

styles/profile-list.mcsschanged
styles/profile-list.mcssView
@@ -50,9 +50,11 @@
5050 flex-direction: column
5151 flex: 1
5252 margin-left: 10px
5353 justify-content: center
54 + min-width: 0px
5455 div.name {
56 + white-space: nowrap
5557 font-weight: bold
5658 font-size: 110%
5759 color: #636363
5860 -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 90%, rgba(0,0,0,0))

Built with git-ssb-web