diff --git a/frontend/src/css/repo-folder-trash.css b/frontend/src/css/repo-folder-trash.css index cb7d16fc95..5336626290 100644 --- a/frontend/src/css/repo-folder-trash.css +++ b/frontend/src/css/repo-folder-trash.css @@ -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,20 +20,28 @@ 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; } + .more { background: #efefef; border: 0; color: #777; } + .more:hover { color: #000; background: #dfdfdf; } + .clean { border-color: #ccc; border-radius: 2px; diff --git a/frontend/src/css/repo-history.css b/frontend/src/css/repo-history.css index f8f366587d..4da6422fca 100644 --- a/frontend/src/css/repo-history.css +++ b/frontend/src/css/repo-history.css @@ -1,21 +1,25 @@ body { overflow: hidden; } + #wrapper { height: 100%; } + .top-header { background: #f4f4f7; border-bottom: 1px solid #e8e8e8; 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; @@ -23,6 +27,7 @@ body { border-radius: 3px; white-space: nowrap; } + .go-back { color: #c0c0c0; font-size: 1.75rem; @@ -30,3 +35,7 @@ body { left: -40px; top: -5px; } + +.go-back .sf3-font-down { + font-size: 1.75rem !important; +} diff --git a/frontend/src/css/repo-snapshot.css b/frontend/src/css/repo-snapshot.css index cf63ab3952..6b9f496edb 100644 --- a/frontend/src/css/repo-snapshot.css +++ b/frontend/src/css/repo-snapshot.css @@ -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%;