From a3d535040d86ba25179bf5d8bd0adbb661ed717f Mon Sep 17 00:00:00 2001 From: mrilyew <99399973+mrilyew@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:17:12 +0300 Subject: [PATCH] fix square avatars, video previews and bottm pgntr --- Web/Presenters/SearchPresenter.php | 2 +- Web/Presenters/templates/Search/Index.xml | 10 +++++----- Web/Presenters/templates/components/video.xml | 8 ++++---- Web/static/css/audios.css | 1 + 4 files changed, 11 insertions(+), 10 deletions(-) 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 @@
- + |
@@ -128,13 +128,13 @@
highlightText({$query}, '.page_wrap_content_main', ['text'])
{elseif $section === 'groups'}
-
+
|