Upvote Upvoted 1 Downvote Downvoted
This is bothering me
1
#1
0 Frags +

https://dl.dropboxusercontent.com/u/1811521/kuj5.jpg
:(

https://dl.dropboxusercontent.com/u/1811521/kuj5.jpg
:(
2
#2
0 Frags +

F11?

F11?
3
#3
0 Frags +

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.
4
#4
0 Frags +

You could always use greasemonkey and fuck with the widget or the web layout.

You could always use greasemonkey and fuck with the widget or the web layout.
5
#5
2 Frags +

ctrl-shift-K/J $('#header-wrapper').hide();

ctrl-shift-K/J $('#header-wrapper').hide();
6
#6
1 Frags +

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]
7
#7
2 Frags +

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
8
#8
SizzlingStats
2 Frags +
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]
9
#9
23 Frags +

Mangachu's stream bothers me too.

Mangachu's stream bothers me too.
10
#10
0 Frags +

Also, enigma:

#small_notice{display:none!important}

Also, enigma:

#small_notice{display:none!important}
11
#11
8 Frags +

I thought this thread was about the haircut

I thought this thread was about the haircut
12
#12
1 Frags +

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
Please sign in through STEAM to post a comment.