git ssb

0+

dangerousbeans / yap



forked from Dominic / yap

Commit 400e46051f560a0554711aaff869e200a5ea7a8a

fix for broken images

Dominic Tarr committed on 12/16/2018, 11:14:16 AM
Parent: 3c8f0381db4ca6df6a8dc9d01c1e5b9b6e11c99b

Files changed

static/style.csschanged
static/style.cssView
@@ -10,8 +10,9 @@
1010 img.avatar {
1111 width: 50px;
1212 overflow: hidden; /*broken images, will show alt text*/
1313 background: lightgray;
14+ display: inline-block; /*also make broken images not go over*/
1415 }
1516 /* avatar, when shown in recipient lists, etc */
1617 li img.avatar {
1718 width: 30px;
@@ -135,10 +136,4 @@
135136
136137 }
137138
138139
139-
140-
141-/*
142-some how this is being appended to itself?
143-*************************************************
144-*/

Built with git-ssb-web