26 lines
464 B
SCSS
26 lines
464 B
SCSS
.Album {
|
|
position: relative;
|
|
overflow: hidden;
|
|
margin: auto;
|
|
|
|
.message-content:not(.is-forwarded):not(.has-subheader).media.text & {
|
|
margin: -0.3125rem -0.5rem 0.3125rem;
|
|
}
|
|
|
|
&,
|
|
.message-content.media.text & {
|
|
> .album-item-select-wrapper .media-inner {
|
|
margin: 0 !important;
|
|
}
|
|
}
|
|
|
|
> .album-item-select-wrapper .media-inner {
|
|
&,
|
|
& img,
|
|
& video {
|
|
border-radius: 0 !important;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
}
|