Fix: Position notification badges 3px higher with transform translateY

This commit is contained in:
Marcus Quinn
2025-03-24 23:24:27 +00:00
parent 41adfb56e4
commit 34b09de04e

View File

@ -689,6 +689,7 @@ input:checked + .wp-toggle-slider:before {
height: 20px;
box-sizing: border-box;
position: relative;
transform: translateY(-3px);
}
.wp-setting-notification.error {