Files
Atay-Makhzan/web_src/css/repo/header.css
T

30 lines
433 B
CSS
Raw Normal View History

.repository .secondary-nav {
padding-top: 12px;
}
.repository .secondary-nav .fork-flag {
2024-01-12 04:44:06 +01:00
margin-top: 0.5rem;
font-size: 12px;
}
.repo-header {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
gap: 0.5rem;
margin-bottom: 4px;
2024-01-12 04:44:06 +01:00
}
.repo-header .flex-item {
padding: 0;
}
.repo-header .flex-item-main {
2024-03-22 01:04:03 +08:00
flex: 0;
2024-01-12 04:44:06 +01:00
flex-basis: unset;
}
.repo-header .flex-item-trailing {
flex-wrap: nowrap;
}