Skip to content

Commit

Permalink
Consider changed admin-bar style as of core 1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
indigoxela committed May 22, 2024
1 parent d061e6d commit 642ed17
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ h6 {
font-size: initial;
}
.admin-bar .l-header {
padding-top: 33px;
padding-top: var(--admin-bar-height, 33px);
}
.l-footer {
padding: 1em 0;
Expand Down Expand Up @@ -561,3 +561,6 @@ h6 {
.unpublished {
background: transparent url("../images/unpub.png") repeat;
}
#admin-bar .admin-bar-search input {
font: inherit;
}

0 comments on commit 642ed17

Please sign in to comment.