1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-09 09:24:25 +00:00

Adjust the style on the left side of the profile page

This commit is contained in:
Kerwin Bryant 2024-11-27 00:29:23 +00:00
parent 1b63310bd1
commit 25f20624ab

View File

@ -1,3 +1,8 @@
.user.profile #profile-avatar-card {
border: none;
background-color: inherit;
}
.user.profile .ui.card .header {
display: block;
font-weight: var(--font-weight-semibold);