Skip to content

Commit 61b4f83

Browse files
authored
Edit padding and show on mobile
1 parent 0cda9e4 commit 61b4f83

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

src/wp-includes/css/admin-bar.css

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -701,10 +701,6 @@ html:lang(he-il) .rtl #wpadminbar * {
701701
/**
702702
* Command Palette
703703
*/
704-
#wpadminbar #wp-admin-bar-command-palette .ab-item {
705-
padding-right: 4px;
706-
}
707-
708704
#wpadminbar #wp-admin-bar-command-palette .ab-icon {
709705
margin: 0;
710706
}
@@ -892,7 +888,8 @@ html:lang(he-il) .rtl #wpadminbar * {
892888
#wpadminbar #wp-admin-bar-site-editor > .ab-item,
893889
#wpadminbar #wp-admin-bar-customize > .ab-item,
894890
#wpadminbar #wp-admin-bar-edit > .ab-item,
895-
#wpadminbar #wp-admin-bar-my-account > .ab-item {
891+
#wpadminbar #wp-admin-bar-my-account > .ab-item,
892+
#wpadminbar #wp-admin-bar-command-palette > .ab-item {
896893
text-indent: 100%;
897894
white-space: nowrap;
898895
overflow: hidden;
@@ -914,7 +911,8 @@ html:lang(he-il) .rtl #wpadminbar * {
914911
#wpadminbar #wp-admin-bar-site-name > .ab-item:before,
915912
#wpadminbar #wp-admin-bar-site-editor > .ab-item:before,
916913
#wpadminbar #wp-admin-bar-customize > .ab-item:before,
917-
#wpadminbar #wp-admin-bar-my-account > .ab-item:before {
914+
#wpadminbar #wp-admin-bar-my-account > .ab-item:before,
915+
#wpadminbar #wp-admin-bar-command-palette .ab-icon:before {
918916
display: block;
919917
text-indent: 0;
920918
font: normal 32px/1 dashicons;
@@ -925,6 +923,10 @@ html:lang(he-il) .rtl #wpadminbar * {
925923
-moz-osx-font-smoothing: grayscale;
926924
}
927925

926+
#wpadminbar #wp-admin-bar-command-palette .ab-icon:before {
927+
left: 0;
928+
}
929+
928930
#wpadminbar #wp-admin-bar-appearance {
929931
margin-top: 0;
930932
}
@@ -1062,7 +1064,8 @@ html:lang(he-il) .rtl #wpadminbar * {
10621064
#wpadminbar #wp-admin-bar-comments,
10631065
#wpadminbar #wp-admin-bar-new-content,
10641066
#wpadminbar #wp-admin-bar-edit,
1065-
#wpadminbar #wp-admin-bar-my-account {
1067+
#wpadminbar #wp-admin-bar-my-account,
1068+
#wpadminbar li#wp-admin-bar-command-palette {
10661069
position: static;
10671070
}
10681071

0 commit comments

Comments
 (0)