Skip to content

Commit

Permalink
Sort Padding Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MakD authored Jun 11, 2024
1 parent 6185946 commit 1a6d532
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions zombie-min-git.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 1a6d532

Please sign in to comment.