Fix notification position, set default values, and fix AJAX nonce issues

This commit is contained in:
Marcus Quinn
2025-03-16 04:08:10 +00:00
parent 330cacb0be
commit 2773c49bb0
3 changed files with 23 additions and 26 deletions

View File

@ -655,7 +655,7 @@ input:checked + .wp-toggle-slider:before {
.wp-allstars-setting-row label .wp-setting-notification {
position: absolute;
right: -60px;
top: 0;
top: -2px;
transform: translateY(0);
line-height: 1.4;
}