Add an option to hide navLink UI. #572
This commit is contained in:
parent
7f69ba59fb
commit
57dab55dcb
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -472,6 +472,10 @@ Config =
|
||||
true
|
||||
'Adds an icon you can hover over to show the watcher, as opposed to having the watcher always visible.'
|
||||
]
|
||||
'Hide Navlinks': [
|
||||
false
|
||||
'Hides the UI at the top of the page that allows you to navigate between pages, like "Return", "Catalog", "Bottom".'
|
||||
]
|
||||
|
||||
Posts:
|
||||
'Alternate Post Colors': [
|
||||
|
||||
@ -2427,6 +2427,9 @@ article li {
|
||||
.btn-wrap {
|
||||
display: block;
|
||||
}
|
||||
.hide-navlinks body > .navLinks {
|
||||
display: none;
|
||||
}
|
||||
.navLinks > .btn-wrap:not(:first-of-type)::before {
|
||||
content: ' - ';
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user