diff --git a/resources/cider-ui-tests/index.html b/resources/cider-ui-tests/index.html index 88c083c4..6a0b20df 100644 --- a/resources/cider-ui-tests/index.html +++ b/resources/cider-ui-tests/index.html @@ -193,8 +193,9 @@
- Updating your library...
- {{ library.songs.meta.progress }} / {{ library.songs.meta.total }} +
Updating your library...
+
{{ library.songs.meta.progress }} / {{ library.songs.meta.total }}
+
diff --git a/resources/cider-ui-tests/style.css b/resources/cider-ui-tests/style.css index 87b184ec..85816883 100644 --- a/resources/cider-ui-tests/style.css +++ b/resources/cider-ui-tests/style.css @@ -326,6 +326,8 @@ input[type=range].web-slider::-webkit-slider-runnable-track { align-items: center; border-top: 1px solid rgb(200 200 200 / 15%); background: rgb(0 0 0 / 15%); + flex-direction: column; + padding: 20px 0px; } .app-sidebar-content {