Fix right sidebar offset to prevent it from overlapping the chevron

(imported from commit f5b979c30fa813ab5ac93382a68828415d7e0040)
This commit is contained in:
Allen Rabinovich
2014-02-25 08:35:59 -07:00
committed by Jessica McKellar
parent f304b93b91
commit efe8fe4650

View File

@@ -1848,7 +1848,8 @@ $(function () {
$(".fixed-app .column-middle").css("margin-left", (250 + sbWidth) + "px");
$(".column-right").css("right", sbWidth + "px");
$(".app-main .right-sidebar").css("padding-left", (10 + sbWidth) + "px");
$(".app-main .right-sidebar").css({"margin-left": (sbWidth) + "px",
"width": (250 - sbWidth) + "px"});
$("#compose").css("left", "-" + sbWidth + "px");
$(".compose-content").css({"left": sbWidth + "px",