Merge branch 'v3'
Conflicts: builds/4chan-X.js builds/4chan-X.user.js
This commit is contained in:
commit
56518cadd2
@ -12905,7 +12905,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();
|
||||
|
||||
@ -12914,7 +12914,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();
|
||||
|
||||
@ -12896,7 +12896,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();
|
||||
|
||||
@ -37,7 +37,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