mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-24 14:59:10 +01:00
[bug] fix header bottom border not pushing link area down
This commit is contained in:
parent
e2b5642d56
commit
30e562a6a4
@ -56,6 +56,7 @@
|
|||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.is-header-shade-border-bottom-show .link-area,
|
||||||
.is-header-shade-style-always .link-area {
|
.is-header-shade-style-always .link-area {
|
||||||
padding-top: calc(var(--gutter) * 4);
|
padding-top: calc(var(--gutter) * 4);
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
var version = (function() {
|
var version = (function() {
|
||||||
|
|
||||||
// version is normally bumped when the state needs changing or any new functionality is added
|
// version is normally bumped when the state needs changing or any new functionality is added
|
||||||
var current = "3.1.6";
|
var current = "3.1.7";
|
||||||
|
|
||||||
var compare = function(a, b) {
|
var compare = function(a, b) {
|
||||||
var pa = a.split(".");
|
var pa = a.split(".");
|
||||||
|
Loading…
Reference in New Issue
Block a user