Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 30e562a

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

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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
var version = (function() {
22

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

66
var compare = function(a, b) {
77
var pa = a.split(".");

0 commit comments

Comments
 (0)