Commit c9c25d02b51e64372d66ebd2de5729054c08d3ab
profile-list: fix wrapping of long names and positioning of progress bar
Matt McKegg committed on 4/23/2017, 1:16:10 AMParent: 273e55604c0b074e6daa694af4a21a47cf258a18
Files changed
styles/profile-list.mcss | changed |
styles/profile-list.mcss | ||
---|---|---|
@@ -50,9 +50,11 @@ | ||
50 | 50 … | flex-direction: column |
51 | 51 … | flex: 1 |
52 | 52 … | margin-left: 10px |
53 | 53 … | justify-content: center |
54 … | + min-width: 0px | |
54 | 55 … | div.name { |
56 … | + white-space: nowrap | |
55 | 57 … | font-weight: bold |
56 | 58 … | font-size: 110% |
57 | 59 … | color: #636363 |
58 | 60 … | -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 90%, rgba(0,0,0,0)) |
Built with git-ssb-web