mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-19 18:02:16 +00:00
feat: add bottom padding in viewanime
This commit is contained in:
parent
9a339342aa
commit
e3d15ca868
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@
|
|||
<button class='close pointer z-30 bg-dark top-20 right-0 position-fixed' type='button' use:click={close}> × </button>
|
||||
<img class='w-full cover-img banner position-absolute' alt='banner' src={media.bannerImage || ' '} />
|
||||
<div class='row'>
|
||||
<div class='col-7'>
|
||||
<div class='col-7 pb-10'>
|
||||
<div class='d-flex flex-row align-items-end pb-20 mb-15'>
|
||||
<div class='cover d-flex flex-row align-items-end'>
|
||||
<img class='rounded cover-img w-full overflow-hidden' alt='cover-art' src={media.coverImage?.extraLarge || media.coverImage?.medium} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue