fix(ui): crop sidebar photo tiles
This commit is contained in:
@@ -523,8 +523,8 @@ function htmlPage(): string {
|
|||||||
.photo img {
|
.photo img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: contain;
|
object-fit: cover;
|
||||||
background: var(--timeline-surface-strong);
|
object-position: center center;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user