Skip to content

Commit

Permalink
fix (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanvidrine authored Mar 25, 2024
1 parent 596b28e commit 3b02612
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ div.ac-wrap {
}

html {
body {
body:not(.no-ember) {
background: linear-gradient(
0deg,
rgba(var(--primary-rgb), 0.075) 0%,
Expand All @@ -268,6 +268,9 @@ html {
);
clip-path: ellipse(148% 70% at 91% -14%);
}
body.no-ember .background-container {
display: none;
}
}

html body #main-outlet {
Expand Down
6 changes: 6 additions & 0 deletions mobile/mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ html
background-color: transparent;
}

html body #main-outlet .docs {
padding: 1em;
background-color: var(--secondary);
}

html body.static-tos #main-outlet,
html body.no-ember #main-outlet,
html body.static-privacy #main-outlet,
html body.about-page #main-outlet,
html body.static-faq #main-outlet,
Expand Down

0 comments on commit 3b02612

Please sign in to comment.