Fix old round video size

This commit is contained in:
Eduard Kuzmenko 2021-08-18 17:55:18 +03:00
parent 728c4932ae
commit dd403cae53

View File

@ -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%;