<span class="icon icon-dislike" title="Dislike this video"></span>
</div>
- <div (click)="showShareModal()" class="action-button">
+ <div (click)="showShareModal()" class="action-button action-button-share">
<span class="icon icon-share"></span>
Share
</div>
.video-info-first-row {
display: flex;
- & div:first-child {
+ & > div:first-child {
flex-grow: 1;
}
.video-info-name {
margin-right: 30px;
- height: 40px; // Align with the action buttons
+ min-height: 40px; // Align with the action buttons
font-size: 27px;
font-weight: $font-semibold;
flex-grow: 1;
.video-actions-rates {
display: flex;
flex-direction: column;
- align-items: end;
+ align-items: flex-end;
.video-actions {
height: 40px; // Align with the title
- min-width: 215px;
display: flex;
align-items: center;
}
}
+ &.action-button-share {
+ width: 82px;
+ }
+
&.action-button-like.activated {
background-color: #39CC0B;