Skip to content

Commit

Permalink
Fix views icon style (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis531 authored Nov 13, 2024
1 parent 5ccd316 commit 588d985
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/css/opencast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ $action-menu-icon-size: 20px;
object-fit: contain;
}

img.oc--image-button {
> img.oc--image-button {
position: absolute;
width: 50%;
left: 25%;
Expand Down Expand Up @@ -207,9 +207,12 @@ $action-menu-icon-size: 20px;

span.oc--views {
img {
margin-bottom: -3px;
height: auto !important;
}

display: flex;
align-items: center;
gap: 3px;
position: absolute;
background-color: $base_color;
color: white;
Expand Down

0 comments on commit 588d985

Please sign in to comment.