Merge pull request #69 from github/sticky-github-logo-header

Sticky GitHub logo header
This commit is contained in:
Octomerger Bot 2020-09-28 14:05:36 -07:00 коммит произвёл GitHub
Родитель c13fcf74aa 67f9bb3b4f
Коммит a96f15d323
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,7 @@
<!-- product > category > maptopic > article -->
<div class="sidebar d-none d-lg-block">
<div class="d-flex flex-items-center p-4" style="z-index: 3;" id="github-logo">
<div class="d-flex flex-items-center p-4 position-sticky top-0 sidebar-background-color" style="z-index: 3;" id="github-logo">
<a href="/{{ currentLanguage }}" class="text-white" aria-hidden="true">
{% octicon "mark-github" height="32" %}
</a>

Просмотреть файл

@ -13,6 +13,10 @@
}
}
.sidebar-background-color {
background-color: $blue-900;
}
.sidebar-products > li {
margin: 4px 0;
}