1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 10:58:33 +00:00

fix history and trash page icon size (#6314)

This commit is contained in:
Michael An
2024-07-09 10:33:54 +08:00
committed by GitHub
parent e7eb77b9c6
commit 0d5dd2a65a
3 changed files with 30 additions and 0 deletions

View File

@@ -1,15 +1,18 @@
body { body {
overflow: hidden; overflow: hidden;
} }
#wrapper { #wrapper {
height: 100%; height: 100%;
} }
.top-header { .top-header {
background: #f4f4f7; background: #f4f4f7;
border-bottom: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8;
padding: .5rem 1rem; padding: .5rem 1rem;
flex-shrink: 0; flex-shrink: 0;
} }
.go-back { .go-back {
color: #c0c0c0; color: #c0c0c0;
font-size: 1.75rem; font-size: 1.75rem;
@@ -17,20 +20,28 @@ body {
left: -40px; left: -40px;
top: -5px; top: -5px;
} }
.go-back .sf3-font-down {
font-size: 1.75rem !important;
}
.op-bar { .op-bar {
padding: 9px 10px; padding: 9px 10px;
background: #f2f2f2; background: #f2f2f2;
border-radius: 2px; border-radius: 2px;
} }
.more { .more {
background: #efefef; background: #efefef;
border: 0; border: 0;
color: #777; color: #777;
} }
.more:hover { .more:hover {
color: #000; color: #000;
background: #dfdfdf; background: #dfdfdf;
} }
.clean { .clean {
border-color: #ccc; border-color: #ccc;
border-radius: 2px; border-radius: 2px;

View File

@@ -1,21 +1,25 @@
body { body {
overflow: hidden; overflow: hidden;
} }
#wrapper { #wrapper {
height: 100%; height: 100%;
} }
.top-header { .top-header {
background: #f4f4f7; background: #f4f4f7;
border-bottom: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8;
padding: .5rem 1rem; padding: .5rem 1rem;
flex-shrink: 0; flex-shrink: 0;
} }
.details { .details {
font-size: 12px; font-size: 12px;
color: #666; color: #666;
text-decoration: underline; text-decoration: underline;
margin-left: .25rem; margin-left: .25rem;
} }
.commit-label { .commit-label {
padding: 1px 5px; padding: 1px 5px;
margin: 0 2px; margin: 0 2px;
@@ -23,6 +27,7 @@ body {
border-radius: 3px; border-radius: 3px;
white-space: nowrap; white-space: nowrap;
} }
.go-back { .go-back {
color: #c0c0c0; color: #c0c0c0;
font-size: 1.75rem; font-size: 1.75rem;
@@ -30,3 +35,7 @@ body {
left: -40px; left: -40px;
top: -5px; top: -5px;
} }
.go-back .sf3-font-down {
font-size: 1.75rem !important;
}

View File

@@ -1,15 +1,18 @@
body { body {
overflow: hidden; overflow: hidden;
} }
#wrapper { #wrapper {
height: 100%; height: 100%;
} }
.top-header { .top-header {
background: #f4f4f7; background: #f4f4f7;
border-bottom: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8;
padding: .5rem 1rem; padding: .5rem 1rem;
flex-shrink: 0; flex-shrink: 0;
} }
.go-back { .go-back {
color: #c0c0c0; color: #c0c0c0;
font-size: 1.75rem; font-size: 1.75rem;
@@ -17,11 +20,17 @@ body {
left: -40px; left: -40px;
top: -5px; top: -5px;
} }
.go-back .sf3-font-down {
font-size: 1.75rem !important;
}
.op-bar { .op-bar {
padding: 9px 10px; padding: 9px 10px;
background: #f2f2f2; background: #f2f2f2;
border-radius: 2px; border-radius: 2px;
} }
.op-bar-btn { .op-bar-btn {
border-color: #ccc; border-color: #ccc;
border-radius: 2px; border-radius: 2px;
@@ -31,6 +40,7 @@ body {
padding: 0 0.5rem; padding: 0 0.5rem;
min-width: 55px; min-width: 55px;
} }
.heading-commit-time { .heading-commit-time {
font-weight: normal; font-weight: normal;
font-size: 60%; font-size: 60%;