Skip to content

Commit

Permalink
Removed unneccessary styles after @swmansion/t-rex-ui patch
Browse files Browse the repository at this point in the history
  • Loading branch information
patrycjakalinska committed May 20, 2024
1 parent 27f9a43 commit a93c555
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions docs/src/css/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,37 +131,3 @@ table thead tr {
-webkit-text-size-adjust: 100%;
}
}

/* TODO: Remove after @swmansion/t-rex-ui 0.0.3 patch */

[class*='sidebarLogo'] {
min-height: 0 !important;
margin: 0 !important;
}

[class*='sidebar'] [class*='logoWrapper'] a {
align-items: center;
}

@media (min-width: 996px) {
[class*='logoWrapper'] a {
padding-left: 1.5rem;
}
[class*='colorModeToggle'] {
margin: 0 1.5em !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 */
[class*='navbar__logo'] img {
margin-right: 0.5rem;
}

[class*='logoWrapper'] {
justify-content: flex-start !important;
}

0 comments on commit a93c555

Please sign in to comment.