1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00
Zettat123
2023-02-20 07:07:46 +08:00
committed by GitHub
parent c53ad052d8
commit 65fc2d1b83
2 changed files with 3 additions and 1 deletions

View File

@ -69,6 +69,7 @@
.ui.user.list {
.item {
padding-bottom: 25px;
display: flex;
&:not(:first-child) {
border-top: 1px solid var(--color-secondary);
@ -78,6 +79,7 @@
img.ui.avatar {
width: 40px;
height: 40px;
margin-right: 10px;
}
.description {