mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-11 07:00:51 +01:00
fix: closes #11000, dont cover save button with success alert
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
width: 300px;
|
||||
z-index: 10002;
|
||||
|
||||
right: 20px;
|
||||
right: 100px;
|
||||
bottom: 0px;
|
||||
|
||||
.alert {
|
||||
|
||||
@@ -552,6 +552,7 @@ define('settings', ['hooks', 'alerts'], function (hooks, alerts) {
|
||||
} else {
|
||||
alerts.alert({
|
||||
title: '[[admin/admin:changes-saved]]',
|
||||
message: '[[admin/admin:changes-saved-message]]',
|
||||
type: 'success',
|
||||
timeout: 2500,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user