this commit is an attempt to make conv items better scalable on smaller screens. also save some horizontal space.

This commit is contained in:
marijus
2014-03-10 17:17:49 +01:00
parent a5cb47c3d2
commit 34fd387438
9 changed files with 45 additions and 43 deletions

View File

@@ -119,7 +119,7 @@ if(! $a->install) {
if (! $converse_width)
$converse_width="1024px";
if(! $top_photo)
$top_photo = '64px';
$top_photo = '48px';
$pmenu_top = intval($top_photo) - 16 . 'px';
$wwtop = intval($top_photo) - 15 . 'px';
$comment_indent = intval($top_photo) + 10 . 'px';