diff --git a/Web/Presenters/SearchPresenter.php b/Web/Presenters/SearchPresenter.php index 72c34e895..a7f3f1518 100644 --- a/Web/Presenters/SearchPresenter.php +++ b/Web/Presenters/SearchPresenter.php @@ -124,6 +124,6 @@ function renderIndex(): void 'pageCount' => ceil($count / $this->template->perPage), ]; $this->template->extendedPaginatorConf = clone $this->template->paginatorConf; - $this->template->extendedPaginatorConf->space = 12; + $this->template->extendedPaginatorConf->space = 11; } } diff --git a/Web/Presenters/templates/Search/Index.xml b/Web/Presenters/templates/Search/Index.xml index 8979b842f..6cbf1036f 100644 --- a/Web/Presenters/templates/Search/Index.xml +++ b/Web/Presenters/templates/Search/Index.xml @@ -32,13 +32,13 @@
{if $count > 0} {if $section === 'users'} -
+
- {_photo} + {_photo} @@ -128,13 +128,13 @@ highlightText({$query}, '.page_wrap_content_main', ['text']) {elseif $section === 'groups'} -
+
- {_photo} + {_photo} @@ -183,7 +183,7 @@ highlightText({$query}, '.page_wrap_content_main', ['text', "td[data-highlight='_clubDesc']"]) {elseif $section === 'apps'} -
+
diff --git a/Web/Presenters/templates/components/video.xml b/Web/Presenters/templates/components/video.xml index 2006ec5ce..f9ab070e9 100644 --- a/Web/Presenters/templates/components/video.xml +++ b/Web/Presenters/templates/components/video.xml @@ -3,12 +3,12 @@
- + {ifset infotable} diff --git a/Web/static/css/audios.css b/Web/static/css/audios.css index 634639f2a..21da3cda4 100644 --- a/Web/static/css/audios.css +++ b/Web/static/css/audios.css @@ -549,6 +549,7 @@ .playlistListView .playlistInfo .playlistName { font-weight: 600; + line-height: 12px; } .playlistListView .playlistInfo .playlistMeta, .playlistListView .playlistInfo .playlistMeta span {