really fix fullscreen and fix some issues in chat

This commit is contained in:
Mario Vavti
2017-03-20 23:20:14 +01:00
parent cbcd195461
commit a6f232f2b0
3 changed files with 20 additions and 13 deletions

View File

@@ -74,7 +74,7 @@ $(document).ready(function() {
function makeFullScreen(full) {
if(typeof full=='undefined' || full == true) {
$('main').addClass('fullscreen');
$('header, nav, aside, #fullscreen-btn').hide();
$('header, nav, aside, #fullscreen-btn').attr('style','display:none !important');;
$('#inline-btn').show();
}
else {