From bdd9564fc40a983c09d822fe985242ae38163d7b Mon Sep 17 00:00:00 2001 From: wangyuting2 <851424971@qq.com> Date: Thu, 9 Mar 2023 10:51:50 +0800 Subject: [PATCH] * Fix bug #32677. --- module/screen/css/browse.css | 4 ++-- module/screen/view/browse.html.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/screen/css/browse.css b/module/screen/css/browse.css index 4e0ce89210..78f9fc474a 100644 --- a/module/screen/css/browse.css +++ b/module/screen/css/browse.css @@ -14,9 +14,9 @@ .screen .top .image i:before {content: '\f1c5';} .screen .bottom {padding: 12px 16px; height: 70px;} -.screen .bottom .screen-title{font-size: 14px; color: #0B0F18;} +.screen .bottom .screen-title{font-size: 14px; color: #0B0F18;overflow:hidden; white-space: nowrap;} .screen .bottom .screen-title a{color: white;} -.screen .bottom div.screen-desc{margin: 0;font-size:12px; color: #838A9D; overflow: hidden; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;} +.screen .bottom div.screen-desc{margin: 0;font-size:12px; color: #838A9D; overflow: hidden;height:34px;} .row a.btn-collect-screen {color: white; position: absolute; right: 10px; top: 117px; z-index: 1;} diff --git a/module/screen/view/browse.html.php b/module/screen/view/browse.html.php index f89e4297ab..d76c8bd475 100644 --- a/module/screen/view/browse.html.php +++ b/module/screen/view/browse.html.php @@ -26,7 +26,7 @@
-
name;?>
+
name;?>
desc) ? $lang->screen->noDesc : $screen->desc;?>