From 71eda3801ff73daef54c98490e506fb76d18e769 Mon Sep 17 00:00:00 2001 From: Influence365 Date: Sun, 14 Jun 2020 21:25:27 +0100 Subject: [PATCH 1/2] minor change to fix bug --- src/assets/css/librarybrowser.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/css/librarybrowser.css b/src/assets/css/librarybrowser.css index baea885a02..a710c07e1f 100644 --- a/src/assets/css/librarybrowser.css +++ b/src/assets/css/librarybrowser.css @@ -799,9 +799,9 @@ div.itemDetailGalleryLink.defaultCardBackground { } .detailImageProgressContainer { - position: absolute; - bottom: 0; - width: 22.786458333333332vw; + bottom:0; + margin-top:-0.4vw; + width:100%; } .detailButton-text { From 8dfe335e42262c3d63d1b1c89e02be6219c57960 Mon Sep 17 00:00:00 2001 From: Influence365 Date: Sun, 14 Jun 2020 21:27:27 +0100 Subject: [PATCH 2/2] formatting fix --- src/assets/css/librarybrowser.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/css/librarybrowser.css b/src/assets/css/librarybrowser.css index a710c07e1f..88598fb94d 100644 --- a/src/assets/css/librarybrowser.css +++ b/src/assets/css/librarybrowser.css @@ -799,9 +799,9 @@ div.itemDetailGalleryLink.defaultCardBackground { } .detailImageProgressContainer { - bottom:0; - margin-top:-0.4vw; - width:100%; + bottom: 0; + margin-top: -0.4vw; + width: 100%; } .detailButton-text {