From 1a6d532c70f2520b3c422338659bad1266a47fe0 Mon Sep 17 00:00:00 2001 From: M0RPH3US Date: Tue, 11 Jun 2024 22:45:07 +0530 Subject: [PATCH] Sort Padding Issues --- zombie-min-git.css | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/zombie-min-git.css b/zombie-min-git.css index 934668e..8a24ef2 100644 --- a/zombie-min-git.css +++ b/zombie-min-git.css @@ -2073,19 +2073,18 @@ skinHeader { overflow: hidden !important; } div[data-role="page"].page { - position: absolute; - overflow: hidden visible; - mask-image: linear-gradient(to top, black 1em calc(100% - 2em), transparent); - -webkit-mask-image: linear-gradient( - to top, - black 1em calc(100% - 2em), - transparent - ); - padding: 0 !important; + position: absolute; + overflow: hidden visible; +mask-image: none !important; + -webkit-mask-image: none !important; + padding: 5em 0 !important; + &#searchPage { + margin-top: 4.4em; + } +} +#itemDetailPage { +padding: 0em !important; } #childrenCollapsible .padded-right { padding-right: 38%; } -#searchPage { - margin-top: 4.8em; - }