Skip to content

Commit

Permalink
fix(website): restore expand button style on changelog (#7431)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena authored May 16, 2022
1 parent b744886 commit c16a08c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
margin-left: 0.3rem;
margin-right: 0.3rem;
border-radius: 50%;
width: var(--ifm-avatar-photo-size-md);
height: var(--ifm-avatar-photo-size-md);
width: var(--ifm-avatar-photo-size);
height: var(--ifm-avatar-photo-size);
background-color: var(--ifm-color-emphasis-100);
}

Expand Down

0 comments on commit c16a08c

Please sign in to comment.