Keep aspect ratio for voice feeds

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-22 09:45:33 +02:00
parent 6429b3c8bd
commit 72948b9167
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D

View file

@ -37,8 +37,7 @@ limitations under the License.
align-items: center;
justify-content: center;
min-width: 160px;
min-height: 90px;
aspect-ratio: 16 / 9;
}
}
@ -47,10 +46,5 @@ limitations under the License.
bottom: unset;
justify-content: flex-end;
gap: 4px;
.mx_VideoFeed_voice {
min-width: 64px;
min-height: 36px;
}
}
}