Skip to content

Commit

Permalink
inject: new style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
myfreeer committed May 3, 2024
1 parent d5705df commit e1bda95
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/mdn/inject/inject.css
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,28 @@ table.compat-table th {
filter: invert(1);
}
}
@media screen and (min-width: 1441px) {
.mask-fix .blog-post-container > .toc-container .place.side,
.mask-fix .blog-post-container > .toc-container .toc {
background: none;
}
}
@media screen and (min-width: 1200px) {
.mask-fix .sidebar-container .toc-container,
.mask-fix .sidebar-container.toc-container {
background: none;
}
}
@media screen and (min-width: 769px) {
.mask-fix .sidebar-container .sidebar {
background: none;
}
}

.mask-fix .category-home .button .icon {
background-color: transparent;
filter: none;
}
/* endregion yari mask-image to background fix */

/* This padding is not needed */
Expand Down

0 comments on commit e1bda95

Please sign in to comment.