Skip to content

Commit

Permalink
right sidebar: Move right sidebar to the right.
Browse files Browse the repository at this point in the history
Move the right sidebar which is a bit to the left, to the
right side of the page. The entire column is moved to the right.
The change is brought about by removing "right" CSS property on
'column-right' class
Fixes zulip#17307
  • Loading branch information
godlike786 committed Mar 5, 2021
1 parent ea2e5de commit 74c26d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/js/scroll_bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export function initialize() {
$(".fixed-app").css("left", "-" + sbWidth + "px");
$(".fixed-app .column-middle").css("margin-left", 7 + sbWidth + "px");

$(".column-right").css("right", sbWidth + "px");
$(".app-main .right-sidebar").css({
"margin-left": sbWidth + "px",
width: 250 - sbWidth + "px",
Expand Down

0 comments on commit 74c26d1

Please sign in to comment.