diff --git a/Code/Module/Embedphotos.php b/Code/Module/Embedphotos.php index 11fce13a0..aaab6c477 100644 --- a/Code/Module/Embedphotos.php +++ b/Code/Module/Embedphotos.php @@ -216,7 +216,7 @@ class Embedphotos extends Controller } $image = $r[1] ?? $r[0]; $link = '[zrl=' . z_root() . '/photos/' . $channel['channel_address'] . '/image/' . $attach['hash'] . ']' . - '[zmg alt="' . (($image['description']) ?: $image['filename']) . '"]' . z_root() . '/photo/' . $attach['hash'] . '-' . $image['imgscale'] . '[/zmg][/zrl]' . "\n\n"; + '[zmg alt="' . ($image['description'] ?: $image['filename']) . '"]' . z_root() . '/photo/' . $attach['hash'] . '-' . $image['imgscale'] . '[/zmg][/zrl]' . "\n\n"; return $link; } /** diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index ea71f0c62..481e17468 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1899,6 +1899,16 @@ dl.bb-dl > dd > li { margin: 5px; } +.cloud-modal-container { + width: 100px; + height: 110px; + margin: 5px; + display: flex; +} +.modal-overflow { + overflow: auto; +} + .cloud-icon-container { width: 64px; height: 64px; diff --git a/view/tpl/file_album.tpl b/view/tpl/file_album.tpl index 9d5fee0c4..b63ce8ed2 100755 --- a/view/tpl/file_album.tpl +++ b/view/tpl/file_album.tpl @@ -30,8 +30,8 @@ {{$upload_form}} {{$album_edit.1}} -
-
+