mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-28 08:06:56 +00:00
fix history and trash page icon size (#6314)
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.top-header {
|
||||
background: #f4f4f7;
|
||||
border-bottom: 1px solid #e8e8e8;
|
||||
padding: .5rem 1rem;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.go-back {
|
||||
color: #c0c0c0;
|
||||
font-size: 1.75rem;
|
||||
@@ -17,11 +20,17 @@ body {
|
||||
left: -40px;
|
||||
top: -5px;
|
||||
}
|
||||
|
||||
.go-back .sf3-font-down {
|
||||
font-size: 1.75rem !important;
|
||||
}
|
||||
|
||||
.op-bar {
|
||||
padding: 9px 10px;
|
||||
background: #f2f2f2;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.op-bar-btn {
|
||||
border-color: #ccc;
|
||||
border-radius: 2px;
|
||||
@@ -31,6 +40,7 @@ body {
|
||||
padding: 0 0.5rem;
|
||||
min-width: 55px;
|
||||
}
|
||||
|
||||
.heading-commit-time {
|
||||
font-weight: normal;
|
||||
font-size: 60%;
|
||||
|
Reference in New Issue
Block a user