Skip to content

Commit

Permalink
More closely colocate title and channel to compensate for larger vide…
Browse files Browse the repository at this point in the history
…o metrics font size
  • Loading branch information
kommunarr committed Nov 15, 2023
1 parent 2f00aba commit 17e826b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
.videoButtons {
.profileRow {
display: flex;
align-items: center;
}

.channelThumbnail {
Expand All @@ -38,6 +39,7 @@
cursor: pointer;
display: block;
margin-inline-start: 6px;
margin-block-end: 3px;
position: relative;
text-decoration: inherit;
inset-block-start: -2px;
Expand All @@ -46,7 +48,7 @@
.subscribeButton {
font-size: 14px;
margin-inline-start: 6px;
margin-block-start: 6px;
margin-block: 0;
padding: 6px;
}

Expand Down

0 comments on commit 17e826b

Please sign in to comment.