This commit is contained in:
Campbell Alden 2022-09-02 19:33:04 +09:00
parent 858c725bac
commit ade4dfd1d2
8 changed files with 56 additions and 34 deletions

View file

@ -19,6 +19,7 @@
}
.review-poster {
position: relative;
aspect-ratio: 1/1;
flex-basis: 200px;
max-width: 200px;
@ -32,3 +33,13 @@
height: 100%;
object-fit: cover;
}
.review-favorite {
position: absolute;
display: flex;
right: 10px;
top: 10px;
padding: 10px;
background: rgba(255,255,255,0.25);
border-radius: 100%;
}