1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 02:48:51 +00:00
Files
seahub/frontend/src/css/repo-history.css
Michael An c41407f783 12.0 change app structure (#6335)
* 01 change app structure

* 02 change setting page

* 03 optimize header style

* 04 change app mobile side panel logo
2024-07-11 17:45:30 +08:00

42 lines
567 B
CSS

body {
overflow: hidden;
}
#wrapper {
height: 100%;
}
.top-header {
background-color: #f8fafd;
border-bottom: 1px solid #eee;
padding: .5rem 1rem;
flex-shrink: 0;
}
.details {
font-size: 12px;
color: #666;
text-decoration: underline;
margin-left: .25rem;
}
.commit-label {
padding: 1px 5px;
margin: 0 2px;
background: #eee;
border-radius: 3px;
white-space: nowrap;
}
.go-back {
color: #c0c0c0;
font-size: 1.75rem;
position: absolute;
left: -40px;
top: -5px;
}
.go-back .sf3-font-down {
font-size: 1.75rem !important;
}