This commit is contained in:
imtodor 2020-08-10 11:56:07 +03:00
Родитель 46e3255561
Коммит fc4ca18a5d
5 изменённых файлов: 10 добавлений и 9 удалений

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

@ -1476,7 +1476,7 @@ $border-color: #d9d9d9;
.anchor-h3 {
margin: 5px 0;
font-family: $font-light;
font-size: 12px;
font-size: 14px;
padding-left: 30px;
}
@ -2726,7 +2726,8 @@ span.all-components-expanded-icon {
}
h2 {
margin-top: 20px;
margin-top: 10px;
margin-bottom: 10px;
font-size: 26px;
font-weight: 400;
word-break: break-word;

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

@ -218,7 +218,7 @@ h2 a:first-child + a code:before {
}
.nested-list-item {
font-size: 12px;
font-size: 14px;
list-style-type: none;
}
@ -270,7 +270,7 @@ h2 a:first-child + a code:before {
position: absolute;
width: 14px;
height: 14px;
top: 2px;
top: 7px;
right: 18px;
bottom: -2px;
left: 0;

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

@ -10,9 +10,9 @@ var MINIMUM_CHILDREN_COUNT = 6;
var COLUMN_HEIGHT_TOLLERANCE = 40;
var filterControl = null;
var previousSearch = "";
isMainApiPage = false;
hasWebApiData = false;
apiColumnsCount;
isMainApiPage;
hasWebApiData;
var apiColumnsCount;
function getApiCategoryAndIndex(values) {
var startIndex = -1;

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

@ -187,7 +187,7 @@ $(document).ready(function () {
}
var isFeedbackBarInViewPort = function () {
return getElementTopOffset(feedbackProps.feedbackFormSelector) < window.innerHeight;
return $(feedbackProps.feedbackFormSelector).length && getElementTopOffset(feedbackProps.feedbackFormSelector) < window.innerHeight;
}
var shouldShowFeedbackPopup = function () {

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

@ -12,7 +12,7 @@
<div id="push" class="pt-60 pb-40"></div> <!-- Sticky Footer -->
</div>
{% if page.is_search_page != true and page.is_main != true %}
{% if page.is_search_page != true %}
<script src="{{site.baseurl}}/assets/jquery.js?{{randomNumber}}" defer></script>
<script src="{{site.baseurl}}/assets/bootstrap.min.js?{{randomNumber}}" defer></script>
<script src="{{site.baseurl}}/assets/main.js?{{randomNumber}}" defer></script>