Skip to content

Commit

Permalink
Position the video icon
Browse files Browse the repository at this point in the history
  • Loading branch information
trymebytes committed Oct 14, 2024
1 parent 9834b08 commit a48b05e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
array(
// phpcs:ignore Generic.CodeAnalysis.UnusedFunctionParameter.Found
'render_callback' => function () {
return '<span class="dashicons dashicons-video-alt2"></span>';
return '<span class="user-remote-icon dashicons dashicons-video-alt2"></span>';
},
)
);
6 changes: 6 additions & 0 deletions themes/wporg-translate-events-2024/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ select.wp-block-form-input__input {
background-color: #46b450;
}

span.user-remote-icon.dashicons-video-alt2 {
margin-left: -8.8%;
margin-top: 32px;
color: var(--wp--preset--color--blueberry-1);
}

@media (min-width: 960px) {

.wporg-marker-list__container .wporg-marker-list-item {
Expand Down

0 comments on commit a48b05e

Please sign in to comment.