make the size of directory photos fixed so that the screen doesn't jump around when loading.

This commit is contained in:
friendica 2014-12-17 19:17:33 -08:00
parent 0f0f12a453
commit faf1f672df

View File

@ -12,6 +12,8 @@
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
display:block; display:block;
width: 80px;
height: 80px;
} }
.directory-details { .directory-details {
text-align: center; text-align: center;