Fix: Move notification badges up by 3px for better vertical alignment
This commit is contained in:
@ -709,7 +709,7 @@ input:checked + .wp-toggle-slider:before {
|
|||||||
.wp-allstars-setting-row label .wp-setting-notification {
|
.wp-allstars-setting-row label .wp-setting-notification {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: -60px;
|
right: -60px;
|
||||||
top: -2px;
|
top: -5px;
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user