Change --border-radius-circle to --border-radius-full (#30936) (#31078)

This commit is contained in:
Giteabot 2024-05-26 21:16:13 +08:00 committed by GitHub
parent 1171b24d52
commit 7b7318255e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -790,7 +790,7 @@ td .commit-summary {
width: 34px;
height: 34px;
background-color: var(--color-timeline);
border-radius: var(--border-radius-circle);
border-radius: var(--border-radius-full);
display: flex;
float: left;
margin-left: -33px;