23,098
edits
(Created page with ".template-navcards-content { display: grid; gap: 1rem 0.5rem; } .template-navcard { position: relative; display: flex; flex-direction: column; } .template-navcard-image { aspect-ratio: var(--tg-navcards-aspect-ratio); border-radius: 8px; background: #ccc; overflow: hidden; } .template-navcard-image img { width: 100%; height: 100%; object-fit: cover; transition: 100ms ease; transition-property: transform; } .temp...") |
mNo edit summary |
||
Line 19: | Line 19: | ||
.template-navcard-image img { | .template-navcard-image img { | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100% !important; | ||
object-fit: cover; | object-fit: cover; | ||
transition: 100ms ease; | transition: 100ms ease; |