diff options
author | friendica <info@friendica.com> | 2014-12-17 19:17:33 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-12-17 19:17:33 -0800 |
commit | faf1f672df1f0465d703cfa9973af90ba92d4ccf (patch) | |
tree | 6c03e1ac02fcca4ccc17317027d24d9dd5a1480c /view | |
parent | 0f0f12a4537332ee1b7ff304e53000674d159a97 (diff) | |
download | volse-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.
Diffstat (limited to 'view')
-rw-r--r-- | view/css/mod_directory.css | 2 |
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; |