1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-03 16:18:36 +00:00

Style orgs list in user profile (#6911)

This commit is contained in:
Xaver Maierhofer
2019-05-13 22:52:59 +02:00
committed by Lauris BH
parent 06ae9a3a96
commit 597ac064c3
3 changed files with 22 additions and 1 deletions

View File

@@ -133,3 +133,18 @@
}
}
}
.user-orgs {
display: flex;
flex-flow: row wrap;
padding: 0;
margin: -3px !important;
li {
display: flex;
border-bottom: 0 !important;
padding: 3px !important;
width: 20%;
max-width: 60px;
}
}