Merge branch 'v3' of https://github.com/zixaphir/appchan-x
This commit is contained in:
commit
de497f1d03
@ -8970,7 +8970,7 @@
|
||||
getThread: function(full) {
|
||||
var headRect, i, rect, thread, threads, topMargin, _i, _len;
|
||||
|
||||
if (Conf['Bottom header']) {
|
||||
if (Conf['Bottom header'] || !Conf['Fixed Header']) {
|
||||
topMargin = 0;
|
||||
} else {
|
||||
headRect = Header.bar.getBoundingClientRect();
|
||||
|
||||
@ -8979,7 +8979,7 @@
|
||||
getThread: function(full) {
|
||||
var headRect, i, rect, thread, threads, topMargin, _i, _len;
|
||||
|
||||
if (Conf['Bottom header']) {
|
||||
if (Conf['Bottom header'] || !Conf['Fixed Header']) {
|
||||
topMargin = 0;
|
||||
} else {
|
||||
headRect = Header.bar.getBoundingClientRect();
|
||||
|
||||
@ -8962,7 +8962,7 @@
|
||||
getThread: function(full) {
|
||||
var headRect, i, rect, thread, threads, topMargin, _i, _len;
|
||||
|
||||
if (Conf['Bottom header']) {
|
||||
if (Conf['Bottom header'] || !Conf['Fixed Header']) {
|
||||
topMargin = 0;
|
||||
} else {
|
||||
headRect = Header.bar.getBoundingClientRect();
|
||||
|
||||
@ -39,7 +39,7 @@ Nav =
|
||||
Nav.scroll +1
|
||||
|
||||
getThread: (full) ->
|
||||
if Conf['Bottom header']
|
||||
if Conf['Bottom header'] or !Conf['Fixed Header']
|
||||
topMargin = 0
|
||||
else
|
||||
headRect = Header.bar.getBoundingClientRect()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user