Skip to content

Commit

Permalink
refactor: remove duplicate css
Browse files Browse the repository at this point in the history
  • Loading branch information
janbritz committed Jul 2, 2024
1 parent 296ab44 commit 9bfb292
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,10 @@
}
.qpy-show-more .collapse:not(.show) {
display: block;
height: 4rem;
overflow: hidden;
-webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
}

.qpy-show-more .collapse:not(.show),
.qpy-show-more .collapsing {
height: 4rem;
-webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
Expand Down

0 comments on commit 9bfb292

Please sign in to comment.