Fix for notification images being too large

This commit is contained in:
Josef Citrine 2016-07-11 01:15:57 +01:00 committed by GitHub
parent 3f5c0d0f51
commit 000239facf

View file

@ -587,6 +587,10 @@ html {
.img-link {
float: left;
img {
width: 50px;
height: 50px;
}
}
.message {
margin-left: 55px;
@ -640,4 +644,4 @@ html {
font-size: 16pt;
color: #222;
}
}
}