Skip to content

Commit

Permalink
Fix logo alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
burhandodhy committed Jan 17, 2025
1 parent 5f437ab commit 1772ec4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
1 change: 1 addition & 0 deletions assets/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
@import "components/video-edit.css";
@import "components/playlists.css";
@import "components/labels-page.css";
@import "components/admin-dashboard.css";
11 changes: 11 additions & 0 deletions assets/css/components/admin-dashboard.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.wp-editor-tools .brightcove-add-media {

& img {
max-width: 28px;
vertical-align: bottom;
}
}

#adminmenu .toplevel_page_brightcove .wp-menu-image img {
padding-top: 7px;
}
7 changes: 4 additions & 3 deletions assets/css/components/video-page.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.bc-page-icon {
padding-right: 5px;
padding-top: 5px;
:is(h1, h2):has(> .bc-page-icon) {
align-items: center;
display: flex;
gap: 5px;
}

.notice {
Expand Down

0 comments on commit 1772ec4

Please sign in to comment.