2019-05-27 17:48:58 +08:00
|
|
|
body {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2024-07-09 10:33:54 +08:00
|
|
|
|
2019-05-27 17:48:58 +08:00
|
|
|
#wrapper {
|
|
|
|
height: 100%;
|
|
|
|
}
|
2024-07-09 10:33:54 +08:00
|
|
|
|
2019-05-27 17:48:58 +08:00
|
|
|
.top-header {
|
2024-07-11 17:45:30 +08:00
|
|
|
background-color: #f8fafd;
|
|
|
|
border-bottom: 1px solid #eee;
|
2019-05-27 17:48:58 +08:00
|
|
|
padding: .5rem 1rem;
|
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
2024-07-09 10:33:54 +08:00
|
|
|
|
2019-05-27 17:48:58 +08:00
|
|
|
.details {
|
|
|
|
font-size: 12px;
|
|
|
|
color: #666;
|
|
|
|
text-decoration: underline;
|
|
|
|
margin-left: .25rem;
|
|
|
|
}
|
2024-07-09 10:33:54 +08:00
|
|
|
|
2019-05-27 17:48:58 +08:00
|
|
|
.commit-label {
|
|
|
|
padding: 1px 5px;
|
|
|
|
margin: 0 2px;
|
|
|
|
background: #eee;
|
|
|
|
border-radius: 3px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2024-07-09 10:33:54 +08:00
|
|
|
|
2019-05-29 16:26:25 +08:00
|
|
|
.go-back {
|
|
|
|
color: #c0c0c0;
|
|
|
|
font-size: 1.75rem;
|
|
|
|
position: absolute;
|
|
|
|
left: -40px;
|
|
|
|
top: -5px;
|
|
|
|
}
|
2024-07-09 10:33:54 +08:00
|
|
|
|
|
|
|
.go-back .sf3-font-down {
|
|
|
|
font-size: 1.75rem !important;
|
|
|
|
}
|