From ee2ea8c4cfbb568b8280641ec53097e8a5d2728e Mon Sep 17 00:00:00 2001 From: booploops <49113086+booploops@users.noreply.github.com> Date: Wed, 8 Dec 2021 17:22:57 -0800 Subject: [PATCH] Adjusted bounds of listitem --- resources/cider-ui-tests/style.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/resources/cider-ui-tests/style.less b/resources/cider-ui-tests/style.less index 80c9a610..fdb2155c 100644 --- a/resources/cider-ui-tests/style.less +++ b/resources/cider-ui-tests/style.less @@ -1717,6 +1717,10 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb { .info-rect { width: 100%; + height: 100%; + display: flex; + flex-flow: column; + justify-content: center; } .title { @@ -1732,11 +1736,19 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb { .duration { min-width: 60px; text-align: center; + height: 100%; + display: flex; + align-items: center; + justify-content: center; } .metainfo { min-width: 145px; text-align: center; + height: 100%; + display: flex; + align-items: center; + justify-content: center; } .content-rating {