Skip to content

Commit 30e562a

Browse files
committed
[bug] fix header bottom border not pushing link area down
1 parent e2b5642 commit 30e562a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎css/link.css‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
justify-content: flex-end;
5757
}
5858

59+
.is-header-shade-border-bottom-show .link-area,
5960
.is-header-shade-style-always .link-area{
6061
padding-top:calc(var(--gutter) *4);
6162
}

‎js/version.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
varversion=(function(){
22

33
// version is normally bumped when the state needs changing or any new functionality is added
4-
varcurrent="3.1.6";
4+
varcurrent="3.1.7";
55

66
varcompare=function(a,b){
77
varpa=a.split(".");

0 commit comments

Comments
(0)