Commit 400e46051f560a0554711aaff869e200a5ea7a8a
fix for broken images
Dominic Tarr committed on 12/16/2018, 11:14:16 AMParent: 3c8f0381db4ca6df6a8dc9d01c1e5b9b6e11c99b
Files changed
static/style.css | changed |
static/style.css | ||
---|---|---|
@@ -10,8 +10,9 @@ | ||
10 | 10 | img.avatar { |
11 | 11 | width: 50px; |
12 | 12 | overflow: hidden; /*broken images, will show alt text*/ |
13 | 13 | background: lightgray; |
14 | + display: inline-block; /*also make broken images not go over*/ | |
14 | 15 | } |
15 | 16 | /* avatar, when shown in recipient lists, etc */ |
16 | 17 | li img.avatar { |
17 | 18 | width: 30px; |
@@ -135,10 +136,4 @@ | ||
135 | 136 | |
136 | 137 | } |
137 | 138 | |
138 | 139 | |
139 | - | |
140 | - | |
141 | -/* | |
142 | -some how this is being appended to itself? | |
143 | -************************************************* | |
144 | -*/ |
Built with git-ssb-web