Header changes.
This commit is contained in:
parent
93b94ec9d0
commit
0146f51c4c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -642,7 +642,7 @@ Config =
|
|||||||
|
|
||||||
Navigation:
|
Navigation:
|
||||||
'Navigation Alignment': [
|
'Navigation Alignment': [
|
||||||
'center'
|
'left'
|
||||||
'Change the text alignment of the navigation.'
|
'Change the text alignment of the navigation.'
|
||||||
['left', 'center', 'right']
|
['left', 'center', 'right']
|
||||||
]
|
]
|
||||||
|
|||||||
@ -105,7 +105,7 @@ Header =
|
|||||||
$.add settings, Header.menuButton
|
$.add settings, Header.menuButton
|
||||||
|
|
||||||
$.add boardList, fullBoardList
|
$.add boardList, fullBoardList
|
||||||
$.add Header.bar, [boardList, Header.shortcuts, Header.notify, Header.toggle]
|
$.add Header.bar, [Header.shortcuts, boardList, Header.notify, Header.toggle]
|
||||||
|
|
||||||
Header.setCustomNav Conf['Custom Board Navigation']
|
Header.setCustomNav Conf['Custom Board Navigation']
|
||||||
Header.generateBoardList Conf['boardnav']
|
Header.generateBoardList Conf['boardnav']
|
||||||
|
|||||||
@ -178,7 +178,10 @@ else "
|
|||||||
color: transparent;
|
color: transparent;
|
||||||
word-spacing: 2px;
|
word-spacing: 2px;
|
||||||
" else ""}
|
" else ""}
|
||||||
text-align: #{_conf["Navigation Alignment"]};
|
text-align: #{_conf["Navigation Alignment"]};
|
||||||
|
}
|
||||||
|
#shortcuts {
|
||||||
|
float: right;
|
||||||
}
|
}
|
||||||
.fixed #header-bar.autohide {
|
.fixed #header-bar.autohide {
|
||||||
z-index: 24;
|
z-index: 24;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user