update
This commit is contained in:
parent
8fa03958e5
commit
6b96b3861f
1 changed files with 1 additions and 19 deletions
|
@ -25,22 +25,4 @@ const data = await response.json()
|
|||
{data.map((data) =>
|
||||
<img src={DEFAULT_IMAGE_PROXY + '/https://i.ytimg.com/vi/' + data.videoId + '/maxresdefault.jpg'}/>
|
||||
)}
|
||||
</div>
|
||||
|
||||
<style lang="scss">
|
||||
.Td-row {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit,minmax(60px,1fr));
|
||||
grid-gap: 12px;
|
||||
transform: rotate3d(3,-3,0,45deg);
|
||||
position: fixed;
|
||||
box-sizing: border-box;
|
||||
box-decoration-break: revert;
|
||||
overflow: clip;
|
||||
width: 230px;
|
||||
height: 330px;
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</div>
|
Reference in a new issue