This is bothering me
posted in
Site Discussion
I'm not using a maximized window. This is the size I keep my browser at while I do other things, because I need the screen real estate for other stuff. Having to change my browser size to get rid of the widget's complaint instead of saving space at the top of the page is annoying.
I'm not using a maximized window. This is the size I keep my browser at while I do other things, because I need the screen real estate for other stuff. Having to change my browser size to get rid of the widget's complaint instead of saving space at the top of the page is annoying.
perfect, I can just make a 1-liner like that for it
EDIT: Dunno if there's a way to condense this but it works perfect
$('#header-middle').css('display', 'none');
$('#stream-container').css('margin-top', '-37px');
$('#stream-container').css('padding-top', '47px');
$('#ctrl-container').css('margin-top', '-37px');
$('#ctrl-container').css('padding-top', '47px');
perfect, I can just make a 1-liner like that for it
EDIT: Dunno if there's a way to condense this but it works perfect
[code]$('#header-middle').css('display', 'none');
$('#stream-container').css('margin-top', '-37px');
$('#stream-container').css('padding-top', '47px');
$('#ctrl-container').css('margin-top', '-37px');
$('#ctrl-container').css('padding-top', '47px');[/code]
EDIT: Dunno if there's a way to condense this but it works perfect
[code]$('#header-middle').css('display', 'none');
$('#stream-container').css('margin-top', '-37px');
$('#stream-container').css('padding-top', '47px');
$('#ctrl-container').css('margin-top', '-37px');
$('#ctrl-container').css('padding-top', '47px');[/code]
wow, this new stream page is awesome, although I wish we could still maintain the left sidebars or opt out of it
wow, this new stream page is awesome, although I wish we could still maintain the left sidebars or opt out of it
wareyaEDIT: Dunno if there's a way to condense this but it works perfect
$('#header-middle').hide();
$('#stream-container, #ctrl-container').css({'margin-top': '-37px', 'padding-top': '47px'});
[quote=wareya]
EDIT: Dunno if there's a way to condense this but it works perfect
[/quote]
[code]$('#header-middle').hide();
$('#stream-container, #ctrl-container').css({'margin-top': '-37px', 'padding-top': '47px'});
[/code]
EDIT: Dunno if there's a way to condense this but it works perfect
[/quote]
[code]$('#header-middle').hide();
$('#stream-container, #ctrl-container').css({'margin-top': '-37px', 'padding-top': '47px'});
[/code]
Also, enigma:
#small_notice{display:none!important}
Also, enigma:
#small_notice{display:none!important}
#small_notice{display:none!important}
on the stream view pages get rid of the top black bar and just add some TeamFortress.TV text between the buttons and "logged in as."
love the new view
on the stream view pages get rid of the top black bar and just add some TeamFortress.TV text between the buttons and "logged in as."
love the new view
love the new view
Please
sign in through STEAM
to post a comment.