more photo menu positioning work for varying photo sizes

This commit is contained in:
friendica
2013-11-16 19:48:45 -08:00
parent 2e464cb909
commit 8893643da0
2 changed files with 7 additions and 6 deletions

View File

@@ -93,13 +93,13 @@
$converse_width="1024px";
if(! $top_photo)
$top_photo = '64px';
$pmenu_top = intval($top_photo) - 6 . 'px';
$wwtop = intval($top_photo) - 5 . 'px';
$pmenu_top = intval($top_photo) - 16 . 'px';
$wwtop = intval($top_photo) - 15 . 'px';
$comment_indent = intval($top_photo) + 10 . 'px';
if(! $reply_photo)
$reply_photo = '32px';
$pmenu_reply = intval($reply_photo) - 6 . 'px';
$pmenu_reply = intval($reply_photo) - 16 . 'px';
if($nav_min_opacity === false || $nav_min_opacity === '') {
$nav_float_min_opacity = 1.0;