Update site visibility badge height to 18px (#50792)

* Update badge height to 18px

* Add changelog
This commit is contained in:
Adrian Duffell 2024-08-22 00:23:40 +08:00 committed by GitHub
parent cb9912bcf4
commit c738aeed17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 3 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Update size of site visibility badge.

View File

@ -65,10 +65,10 @@ class ComingSoonAdminBarBadge {
#wpadminbar .quicklinks #wp-admin-bar-woocommerce-site-visibility-badge a.ab-item {
background-color: #F6F7F7;
color: black;
margin-top:6px;
margin-top:7px;
padding: 0 6px;
height: 20px;
line-height: 20px;
height: 18px;
line-height: 17px;
border-radius: 2px;
}