fix(website): restore expand button style on changelog (#7431)

This commit is contained in:
Joshua Chen 2022-05-16 19:14:47 +08:00 committed by GitHub
parent b7448865fe
commit c16a08cba5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}