From 7171c4b5d61beb53653911aa8af6c71eb9fbfd33 Mon Sep 17 00:00:00 2001 From: cryptofyre Date: Tue, 26 Jul 2022 11:49:35 -0500 Subject: [PATCH] obama (#1314) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update ru_RU.json keeping russian lang actual * ok * Add gradient to lyric-footer * *Commit en español Ñ (#1304) * i hate my life (#1307) * world is now a better place * meltdown avoided * meltdown avoided * stylize new listen now childs * full scale artwork, finally * dynamic width for search categories * hd all album work * Update afterPack.js * force hq quality * oops * attempt to fix * misc cleanup * why what * what was i thinking * fix duplicated text in listen now childs * Paginate/infinite scroll for albums, playlists (#1234) * Infinite scroll, pagination to album, playlists * move pagination below tracks * Make page size configurable * remove renderer * Mitigate songs / album slow app issue. * add ratings, library change to web remote (#1285) * Add compact artist header option (#1308) * Support compact artist header (optional) * Add required term * improve pagination styling Co-authored-by: h0ckerman <35598335+h0ckerman@users.noreply.github.com> Co-authored-by: vapormusic Co-authored-by: Monochromish Co-authored-by: Gabriel Davila <56521591+mefsaal@users.noreply.github.com> Co-authored-by: Core <64542347+coredev-uk@users.noreply.github.com> Co-authored-by: Maikiwi Co-authored-by: yazninja Co-authored-by: booploops <49113086+booploops@users.noreply.github.com> Co-authored-by: Kendall Garner <17521368+kgarner7@users.noreply.github.com> Co-authored-by: Pedro Galhardo Co-authored-by: yazninja <71800112+yazninja@users.noreply.github.com> --- src/renderer/less/elements.less | 12 ++++++++++++ src/renderer/views/components/pagination.ejs | 14 +++++++------- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/src/renderer/less/elements.less b/src/renderer/less/elements.less index 09cb5e4a..719bb79d 100644 --- a/src/renderer/less/elements.less +++ b/src/renderer/less/elements.less @@ -165,6 +165,7 @@ .page-btn { align-self: center; height: 32px; + width:max-content; } .page-btn img { @@ -2390,4 +2391,15 @@ input[type=checkbox][switch]:checked:active::before { img { border-radius: 50%; } +} + +.pagination-container { + display: flex; + justify-content: center; + align-items: center; + gap: 0.5rem; + margin-bottom: 16px; + .md-input-number{ + min-width: 12em; + } } \ No newline at end of file diff --git a/src/renderer/views/components/pagination.ejs b/src/renderer/views/components/pagination.ejs index 82fc0206..4696d50f 100644 --- a/src/renderer/views/components/pagination.ejs +++ b/src/renderer/views/components/pagination.ejs @@ -1,39 +1,39 @@