Skip to content

Commit

Permalink
Pixel perfect
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Aug 23, 2024
1 parent 911ef33 commit 58f828b
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
height: 45px;

#wp-admin-bar-reader {
display: block !important;
display: block;
width: auto !important;
min-width: 52px;
padding: 0px;
Expand Down Expand Up @@ -209,11 +209,10 @@
}
@media (max-width: 480px) {
#wp-admin-bar-reader {
min-width: 46px;
padding: 0 7px;
width: 46px;

.ab-icon {
max-width: 46px;
max-width: 40px;
}
}
#wp-admin-bar-help-center {
Expand Down

0 comments on commit 58f828b

Please sign in to comment.