13 lines
256 B
CSS
13 lines
256 B
CSS
.cms-album-thumb {
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 4px;
|
|
background-size: cover;
|
|
background-position: center;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.cms-album-thumb--fallback {
|
|
background-color: var(--mud-palette-action-default-hover);
|
|
}
|