mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 09:27:43 +00:00
Add light blue background color on narrow
(imported from commit a007bdc48c802b36fa5185ed9d153503298150fc)
This commit is contained in:
@@ -434,7 +434,7 @@ exports.activate = function (operators, opts) {
|
||||
});
|
||||
|
||||
// Show the new set of messages.
|
||||
$("#main_div").addClass("narrowed_view");
|
||||
$("body").addClass("narrowed_view");
|
||||
$("#zfilt").addClass("focused_table");
|
||||
$("#zhome").removeClass("focused_table");
|
||||
|
||||
@@ -527,8 +527,7 @@ exports.deactivate = function () {
|
||||
|
||||
exports.hide_empty_narrow_message();
|
||||
|
||||
$("#main_div").removeClass('narrowed_view');
|
||||
$("#searchbox").removeClass('narrowed_view');
|
||||
$("body").removeClass('narrowed_view');
|
||||
$("#zfilt").removeClass('focused_table');
|
||||
$("#zhome").addClass('focused_table');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user