mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-03-02 02:31:35 +00:00
Rework thumbnails to make future changes possible
This commit is contained in:
parent
7caa4fb435
commit
1982ebf9e4
2 changed files with 7 additions and 2 deletions
|
|
@ -25,6 +25,9 @@
|
|||
display: flex
|
||||
background: c.$bg-darkest
|
||||
|
||||
&__link
|
||||
font-size: 0 // remove whitespace around the image
|
||||
|
||||
.image
|
||||
width: 160px
|
||||
height: 90px
|
||||
|
|
@ -39,6 +42,7 @@
|
|||
line-height: 1
|
||||
padding: 3px 5px 4px
|
||||
border-radius: 4px
|
||||
pointer-events: none
|
||||
|
||||
.title
|
||||
font-size: 15px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue