Skip to content

Commit

Permalink
CoverTheme: Fix profile tabs
Browse files Browse the repository at this point in the history
- Closes #62
  • Loading branch information
n1ckoates committed Oct 27, 2024
1 parent 977bc68 commit 3a2ae01
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion plugins/CoverTheme/src/transparent.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ body,
main,
[class^="sidebarWrapper"],
[class^="mainContainer"],
[class^="tabListWrapper"],
[class*="smallHeader--"] {
background: unset !important;
}
Expand Down Expand Up @@ -94,3 +93,12 @@ main,
[data-test="search-results-top"] > [class*="container"] > [class*="divider"] {
background-color: unset;
}

/* Tabs on user profile pages */
[class^="tabListWrapper"] {
background-image: linear-gradient(
180deg,
rgb(var(--cover-DarkMuted)) 70%,
transparent
) !important;
}

0 comments on commit 3a2ae01

Please sign in to comment.