mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Fix right sidebar offset to prevent it from overlapping the chevron
(imported from commit f5b979c30fa813ab5ac93382a68828415d7e0040)
This commit is contained in:
committed by
Jessica McKellar
parent
f304b93b91
commit
efe8fe4650
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user