decrease channel cover height to be closer to youtube
This commit is contained in:
parent
52bc0e7a1a
commit
186f0b34a1
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ $large-breakpoint: 1921px;
|
||||||
// Image
|
// Image
|
||||||
--thumbnail-preview-height: 100px;
|
--thumbnail-preview-height: 100px;
|
||||||
--thumbnail-preview-width: 177px;
|
--thumbnail-preview-width: 177px;
|
||||||
--cover-photo-height: 300px;
|
--cover-photo-height: 160px;
|
||||||
--channel-thumbnail-width: 10rem;
|
--channel-thumbnail-width: 10rem;
|
||||||
--file-list-thumbnail-width: 10rem;
|
--file-list-thumbnail-width: 10rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue