1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 02:08:36 +00:00

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
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;