mirror of
https://github.com/go-gitea/gitea.git
synced 2026-04-04 16:46:17 +02:00
29 lines
469 B
CSS
29 lines
469 B
CSS
.repo-group-header {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
justify-content: space-between;
|
|
gap: 0.5rem;
|
|
margin-bottom: 4px;
|
|
align-items: center;
|
|
}
|
|
|
|
.repo-group-header .flex-item {
|
|
padding: 0;
|
|
}
|
|
|
|
.repo-group-header .flex-item-main {
|
|
flex: 0;
|
|
flex-basis: unset;
|
|
}
|
|
|
|
.repo-group-header .flex-item-trailing {
|
|
flex-wrap: nowrap;
|
|
}
|
|
.repo-group-buttons {
|
|
align-items: center;
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
word-break: keep-all;
|
|
gap: 0.25em;
|
|
}
|