You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
827 B
57 lines
827 B
page{
|
|
background: white;
|
|
}
|
|
.git-url-wrp{
|
|
font-size: 13px;
|
|
padding: 8px 4px;
|
|
overflow-x: scroll;
|
|
}
|
|
.commit-info{
|
|
font-size: 13px;
|
|
padding: 3px;
|
|
}
|
|
.commit-item{
|
|
align-items: center;
|
|
}
|
|
.avatar{
|
|
border-radius: 50%;
|
|
height: 27px;
|
|
width: 27px;
|
|
margin: 0 12px 0 6px;
|
|
}
|
|
.commit-item .name{
|
|
color: #40485b;
|
|
}
|
|
.commit-item .title{
|
|
color: #005980;
|
|
}
|
|
.route-wrp{
|
|
display: flex;
|
|
overflow-x: scroll;
|
|
padding: 4px 6px;
|
|
border-bottom: 1rpx lightgray solid;
|
|
border-top: 1rpx lightgray solid;
|
|
position: sticky;
|
|
top: 0;
|
|
background: white;
|
|
z-index: 10000;
|
|
font-size: 15px;
|
|
}
|
|
.route-item.active{
|
|
color: #4CACFF;
|
|
}
|
|
.route-item{
|
|
flex: none;
|
|
color: #888;
|
|
}
|
|
.route-item>.gap{
|
|
white-space: pre;
|
|
}
|
|
.trees{
|
|
padding: 10px 8px;
|
|
}
|
|
.nav-back{
|
|
padding-left: 10px;
|
|
margin-top: 5px;
|
|
color: dimgray;
|
|
} |