From faf1f672df1f0465d703cfa9973af90ba92d4ccf Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 17 Dec 2014 19:17:33 -0800 Subject: make the size of directory photos fixed so that the screen doesn't jump around when loading. --- view/css/mod_directory.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view') 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; -- cgit v1.2.3