diff --git a/r2/r2/public/static/css/reddit.less b/r2/r2/public/static/css/reddit.less index 20b8d71f7..0b767356c 100755 --- a/r2/r2/public/static/css/reddit.less +++ b/r2/r2/public/static/css/reddit.less @@ -3482,7 +3482,7 @@ body.contact-us-page { } #inner_toolbar { - #reddit_panel, #reddit_link { + #reddit_panel, #reddit_link_container, #reddit_link { position: absolute; height: 100%; border: none; @@ -3492,7 +3492,7 @@ body.contact-us-page { width: 0; } - #reddit_link { + #reddit_link_container, #reddit_link { width: 100%; } @@ -3501,9 +3501,10 @@ body.contact-us-page { width: 400px; } - #reddit_link { + #reddit_link_container { left: 400px; right: 0; + width: auto; } } } diff --git a/r2/r2/templates/innertoolbarframe.html b/r2/r2/templates/innertoolbarframe.html index 2f8dc930a..80feb249b 100644 --- a/r2/r2/templates/innertoolbarframe.html +++ b/r2/r2/templates/innertoolbarframe.html @@ -37,6 +37,8 @@ - +