add background-color behind .track img
This commit is contained in:
parent
c2374f3fc6
commit
2705b73492
1 changed files with 5 additions and 5 deletions
|
|
@ -24,12 +24,12 @@
|
|||
position: relative;
|
||||
}
|
||||
.track img {
|
||||
display: block;
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
width: inherit;
|
||||
height: inherit;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
background-color: var(--bg-color, transparent);
|
||||
margin: auto;
|
||||
border-radius: var(--rounded-lg);
|
||||
}
|
||||
.track fieldset {
|
||||
--p: 0rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue