From 2cfe24672c143448d80fbb49467d1d7a323a6c43 Mon Sep 17 00:00:00 2001 From: FrutyX <23278552+FrutyX@users.noreply.github.com> Date: Sat, 16 Jul 2022 10:11:17 +0200 Subject: [PATCH] Experimental #309 --- source/core/resources/style_gca.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/resources/style_gca.css b/source/core/resources/style_gca.css index f76349ad..d87f4beb 100644 --- a/source/core/resources/style_gca.css +++ b/source/core/resources/style_gca.css @@ -1012,7 +1012,7 @@ .gca_packages_small_items_layout #packages.list-view .packageItem > div.size_y_1 {margin: -5px 0 -5px 0 !important;} .list-view .packageItem {padding: 0 !important;display: flex !important;width: auto !important;margin: 0 2px 2px 0 !important;} .list-view .packageItem * {margin: unset !important;} - .list-view .packageItem > div:nth-of-type(1){margin: -25px auto!important;} + /* .list-view .packageItem > div:nth-of-type(1){margin: -25px auto!important;} */ .gca_packages_small_items_layout .list-view .packageItem > div:nth-of-type(1){transform: scale(0.5) !important;} .list-view .packageItem.size_y_3 {height: 96px !important;} .list-view .packageItem.size_y_2 {height: 65px !important;}