git ssb

16+

Dominic / patchbay



Commit d6a90dfc953abdf9ee85b3f196aa569ec8bda3ac

show avatar images small, and wrapped

Dominic Tarr committed on 7/25/2016, 12:43:25 AM
Parent: fde7d979deffdab338ae5365f6fde27e502bf01a

Files changed

style.csschanged
style.cssView
@@ -22,8 +22,14 @@
2222 display: flex;
2323 flex-direction: row;
2424 }
2525
26 +.wrap {
27 + display: flex;
28 + flex-direction: row;
29 + flex-wrap: wrap;
30 +}
31 +
2632 .stretch {
2733 flex-basis: 0;
2834 }
2935
@@ -273,4 +279,13 @@
273279
274280 .hypercrop__canvas {
275281 width: 100%;
276282 }
283 +
284 +.profile__follows img, .profile__followers img {
285 + width: 40px;
286 + height: 40px;
287 + margin-right: 3px;
288 + border: 1px solid #ccc;
289 +}
290 +
291 +

Built with git-ssb-web