aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-12-17 19:17:33 -0800
committerfriendica <info@friendica.com>2014-12-17 19:17:33 -0800
commitfaf1f672df1f0465d703cfa9973af90ba92d4ccf (patch)
tree6c03e1ac02fcca4ccc17317027d24d9dd5a1480c
parent0f0f12a4537332ee1b7ff304e53000674d159a97 (diff)
downloadvolse-hubzilla-faf1f672df1f0465d703cfa9973af90ba92d4ccf.tar.gz
volse-hubzilla-faf1f672df1f0465d703cfa9973af90ba92d4ccf.tar.bz2
volse-hubzilla-faf1f672df1f0465d703cfa9973af90ba92d4ccf.zip
make the size of directory photos fixed so that the screen doesn't jump around when loading.
-rw-r--r--view/css/mod_directory.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/css/mod_directory.css b/view/css/mod_directory.css
index 849e8e485..20facbaf8 100644
--- a/view/css/mod_directory.css
+++ b/view/css/mod_directory.css
@@ -12,6 +12,8 @@
margin-left: auto;
margin-right: auto;
display:block;
+ width: 80px;
+ height: 80px;
}
.directory-details {
text-align: center;