Fix old round video size
This commit is contained in:
parent
728c4932ae
commit
dd403cae53
@ -538,6 +538,8 @@ $bubble-margin: .25rem;
|
|||||||
.attachment {
|
.attachment {
|
||||||
max-width: var(--round-video-size) !important;
|
max-width: var(--round-video-size) !important;
|
||||||
max-height: var(--round-video-size) !important;
|
max-height: var(--round-video-size) !important;
|
||||||
|
width: var(--round-video-size) !important;
|
||||||
|
height: var(--round-video-size) !important;
|
||||||
|
|
||||||
.media-photo, .media-video {
|
.media-photo, .media-video {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
Loading…
Reference in New Issue
Block a user