Updated the todo and added the tinyscreen style to the height, too
This commit is contained in:
parent
cfb33d2a28
commit
01dfc4e83d
2 changed files with 8 additions and 1 deletions
|
@ -100,6 +100,12 @@
|
||||||
} else {
|
} else {
|
||||||
$('body').removeClass('tinyscreen');
|
$('body').removeClass('tinyscreen');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(height < 700) {
|
||||||
|
$('body').addClass('tinyscreen');
|
||||||
|
} else {
|
||||||
|
$('body').removeClass('tinyscreen');
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
$(document).ready(jqUpdateSize);
|
$(document).ready(jqUpdateSize);
|
||||||
|
|
1
doc/TODO
1
doc/TODO
|
@ -25,3 +25,4 @@ Initial release
|
||||||
* username: arg
|
* username: arg
|
||||||
* email: mail@aaron-mueller.de
|
* email: mail@aaron-mueller.de
|
||||||
* passwort: iYon4OIgSy9
|
* passwort: iYon4OIgSy9
|
||||||
|
* Music by http://www.nosoapradio.us
|
Loading…
Reference in a new issue