Skip to content

Commit

Permalink
temporary fix for ColorModeToggle
Browse files Browse the repository at this point in the history
  • Loading branch information
patrycjakalinska committed May 14, 2024
1 parent 70bc5c3 commit 3b5e098
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/src/css/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,13 @@ table thead tr {
padding-left: 1.5rem;
}
[class*='colorModeToggle'] {
margin: 0 1.5em;
margin: 0 1.5em !important;
}
}
[class*='colorModeToggle'] {
margin: 0 !important;
@media (max-width: 996px) {
[class*='colorModeToggle'] {
margin: 0 0 !important;
}
}

/* // this wouldn't be in the patch because it only applies to Gesture Hander */
Expand Down

0 comments on commit 3b5e098

Please sign in to comment.