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:
committed by
Lauris BH
parent
06ae9a3a96
commit
597ac064c3
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user