Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/layout.scss')
-rw-r--r--app/assets/stylesheets/framework/layout.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss
index 23dbe440d33..7dfbd5485d8 100644
--- a/app/assets/stylesheets/framework/layout.scss
+++ b/app/assets/stylesheets/framework/layout.scss
@@ -36,12 +36,13 @@ body {
}
.layout-page {
- padding-top: $calc-application-header-height;
+ padding-top: calc(#{$header-height} + #{$calc-application-bars-height});
padding-bottom: $calc-application-footer-height;
}
.content-wrapper {
- padding-bottom: 100px;
+ padding-top: var(--top-bar-height);
+ padding-bottom: $content-wrapper-padding;
}
.container {