Skip to content

Commit

Permalink
fix(client): the tall letters are not truncated anymore, and the titl…
Browse files Browse the repository at this point in the history
…e's font size was increased
  • Loading branch information
Will Moss committed Jul 18, 2024
1 parent 0cc03ef commit 98b3ae3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/VideoCard/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
flex-direction: column;
margin-bottom: 60px;
width: 100%;
padding-bottom: 2px;
padding-left: 1px;
}

Expand All @@ -23,21 +22,21 @@
}

.ticker {
height: fit-content;
width: 100%;
display: flex;
align-items: center;
height: 22px;
flex-shrink: 1;
}

.footer-left span {
font-size: 13px;
font-size: 16px;
font-weight: 400;
color: #fff;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 90%;
height: 100%;
}

.video {
Expand Down

0 comments on commit 98b3ae3

Please sign in to comment.