Commit d6a90dfc953abdf9ee85b3f196aa569ec8bda3ac
show avatar images small, and wrapped
Dominic Tarr committed on 7/25/2016, 12:43:25 AMParent: fde7d979deffdab338ae5365f6fde27e502bf01a
Files changed
style.css | changed |
style.css | ||
---|---|---|
@@ -22,8 +22,14 @@ | ||
22 | 22 … | display: flex; |
23 | 23 … | flex-direction: row; |
24 | 24 … | } |
25 | 25 … | |
26 … | +.wrap { | |
27 … | + display: flex; | |
28 … | + flex-direction: row; | |
29 … | + flex-wrap: wrap; | |
30 … | +} | |
31 … | + | |
26 | 32 … | .stretch { |
27 | 33 … | flex-basis: 0; |
28 | 34 … | } |
29 | 35 … | |
@@ -273,4 +279,13 @@ | ||
273 | 279 … | |
274 | 280 … | .hypercrop__canvas { |
275 | 281 … | width: 100%; |
276 | 282 … | } |
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