Skip to content

Commit

Permalink
fix(devtools): improve the styles in the meta popup
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed May 5, 2021
1 parent eb64bbd commit df32c6e
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ mat-icon {
body.dark-theme .menu-toggle-button {
color: white;
}

.menu-toggle-button {
mat-icon {
position: relative;
top: -1px;
margin-right: 5px;
}
}
}

.menu-toggle-button {
Expand Down

0 comments on commit df32c6e

Please sign in to comment.