Skip to content

Commit

Permalink
Fix ecosystem size on desktop screen
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Nov 26, 2023
1 parent bfeb0c0 commit 2b4bdd2
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions client/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,10 @@ a {
font-family: inherit !important;
}

/* TODO ecosystem fix */
[class*="modal__toggle"] > div {
transform: scale(.632) translateY(-12px) translateX(11px);
transform-origin: left bottom;
}

/* TODO dark theme
@media (prefers-color-scheme: dark) {
html {
color-scheme: dark;
@media screen and (max-width: 768px) {
/* TODO ecosystem fix */
[class*="modal__toggle"] > div {
transform: scale(.632) translateY(-12px) translateX(11px);
transform-origin: left bottom;
}
} */
}

0 comments on commit 2b4bdd2

Please sign in to comment.