mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
alerts: Change sidebar alerts to be at top of the screen.
This changes the alerts to be individual boxes that slide down from the top of the screen for a better UI experience.
This commit is contained in:
committed by
Tim Abbott
parent
2d52463b61
commit
34f9ccb87c
@@ -417,7 +417,7 @@ function _setup_page() {
|
||||
|
||||
var admin_tab = templates.render('admin_tab', options);
|
||||
$("#settings_content .administration-box").html(admin_tab);
|
||||
$("#settings_content .alert").hide();
|
||||
$("#settings_content .alert").removeClass("show");
|
||||
|
||||
var tab = (function () {
|
||||
var tab = false;
|
||||
|
||||
Reference in New Issue
Block a user