2015-08-31 22:20:23 +00:00
|
|
|
.explore {
|
2020-08-25 19:48:53 +00:00
|
|
|
.navbar {
|
|
|
|
justify-content: center;
|
|
|
|
margin-bottom: 15px !important;
|
2020-11-26 19:33:28 +00:00
|
|
|
background-color: var(--color-navbar) !important;
|
2020-08-25 19:48:53 +00:00
|
|
|
border-width: 1px !important;
|
|
|
|
|
|
|
|
.svg {
|
|
|
|
width: 16px;
|
|
|
|
text-align: center;
|
|
|
|
margin-right: 5px;
|
2019-05-13 06:26:32 +00:00
|
|
|
}
|
2020-08-25 19:48:53 +00:00
|
|
|
}
|
2015-11-16 16:11:59 +00:00
|
|
|
}
|
2015-09-01 11:04:35 +00:00
|
|
|
|
2015-11-16 16:11:59 +00:00
|
|
|
.ui.repository.list {
|
2020-08-25 19:48:53 +00:00
|
|
|
.item {
|
2020-12-20 18:00:03 +00:00
|
|
|
padding-bottom: 1.5rem;
|
2015-11-16 16:11:59 +00:00
|
|
|
|
2020-08-25 19:48:53 +00:00
|
|
|
&:not(:first-child) {
|
2020-11-13 01:31:25 +00:00
|
|
|
border-top: 1px solid var(--color-secondary);
|
2020-12-20 18:00:03 +00:00
|
|
|
padding-top: 1.5rem;
|
2020-08-25 19:48:53 +00:00
|
|
|
}
|
2015-11-16 16:11:59 +00:00
|
|
|
|
2020-08-25 19:48:53 +00:00
|
|
|
.ui.header {
|
|
|
|
font-size: 1.5rem;
|
2020-12-20 18:00:03 +00:00
|
|
|
margin-bottom: .5rem;
|
2016-01-11 12:41:43 +00:00
|
|
|
|
2020-08-25 19:48:53 +00:00
|
|
|
.name {
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
2017-10-26 00:49:16 +00:00
|
|
|
|
2020-08-25 19:48:53 +00:00
|
|
|
.metas {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2020-08-25 19:48:53 +00:00
|
|
|
.time {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2020-08-25 19:48:53 +00:00
|
|
|
.ui.tags {
|
2020-12-20 18:00:03 +00:00
|
|
|
margin-bottom: .5rem;
|
2020-08-25 19:48:53 +00:00
|
|
|
}
|
|
|
|
}
|
2015-12-07 20:20:54 +00:00
|
|
|
}
|
2016-03-11 20:33:12 +00:00
|
|
|
|
2019-05-13 06:26:32 +00:00
|
|
|
.ui.repository.branches {
|
2020-08-25 19:48:53 +00:00
|
|
|
.info {
|
|
|
|
font-size: 12px;
|
2021-04-03 08:37:32 +00:00
|
|
|
color: var(--color-text-light);
|
2020-08-25 19:48:53 +00:00
|
|
|
display: flex;
|
|
|
|
white-space: pre;
|
|
|
|
.commit-message {
|
|
|
|
max-width: 72em;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2019-07-29 02:27:05 +00:00
|
|
|
}
|
2020-08-25 19:48:53 +00:00
|
|
|
}
|
|
|
|
.overflow-visible {
|
|
|
|
overflow: visible;
|
|
|
|
}
|
2021-10-17 10:14:32 +00:00
|
|
|
/* fix alignment of PR popup in branches table */
|
|
|
|
table .ui.popup {
|
|
|
|
text-align: left;
|
|
|
|
}
|
2017-10-26 00:49:16 +00:00
|
|
|
}
|
|
|
|
|
2016-03-11 20:33:12 +00:00
|
|
|
.ui.user.list {
|
2020-08-25 19:48:53 +00:00
|
|
|
.item {
|
|
|
|
padding-bottom: 25px;
|
2016-03-11 20:33:12 +00:00
|
|
|
|
2020-08-25 19:48:53 +00:00
|
|
|
&:not(:first-child) {
|
2020-11-13 01:31:25 +00:00
|
|
|
border-top: 1px solid var(--color-secondary);
|
2020-08-25 19:48:53 +00:00
|
|
|
padding-top: 25px;
|
|
|
|
}
|
2016-03-11 20:33:12 +00:00
|
|
|
|
2020-08-25 19:48:53 +00:00
|
|
|
.ui.avatar.image {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
2016-03-11 20:33:12 +00:00
|
|
|
|
2020-08-25 19:48:53 +00:00
|
|
|
.description {
|
|
|
|
margin-top: 5px;
|
2016-03-11 20:33:12 +00:00
|
|
|
|
2020-08-25 19:48:53 +00:00
|
|
|
.svg:not(:first-child) {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2017-12-02 19:48:43 +00:00
|
|
|
}
|
2020-08-25 19:48:53 +00:00
|
|
|
}
|
2017-03-15 18:55:12 +00:00
|
|
|
}
|