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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid <doregan@gitlab.com>2020-08-24 19:55:32 +0300
committerDavid <doregan@gitlab.com>2020-08-24 19:55:32 +0300
commit3701fc3ab04af88e134e6d0815cd5ca6df9689fa (patch)
tree3a6962bfc622a2c78ce8d0461642b65b164d34a0
parentaf171a36d31022a86376d2428e24268f996f1dad (diff)
Update sidebar widthsidebar-ux
-rw-r--r--content/assets/stylesheets/stylesheet.scss4
-rw-r--r--content/assets/stylesheets/toc.scss3
2 files changed, 4 insertions, 3 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 5be4579f..2866ecf6 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -1,5 +1,5 @@
---
-version: 78
+version: 79
---
@import "variables";
@@ -430,7 +430,7 @@ li {
}
@media(max-width: $lg-width) and (min-width: $md-width) {
- width: 60%;
+ width: $page-content-width;
}
}
diff --git a/content/assets/stylesheets/toc.scss b/content/assets/stylesheets/toc.scss
index 09ec06ec..530f56a9 100644
--- a/content/assets/stylesheets/toc.scss
+++ b/content/assets/stylesheets/toc.scss
@@ -1,5 +1,5 @@
---
-version: 17
+version: 18
---
@import "variables";
@@ -111,6 +111,7 @@ $nav-link-font-size: 14px;
.doc-nav {
@include sidebar-fixed;
+ width: $toc-width;
margin-top: 55px;
&.toc-no-breadcrumbs {