mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Keep aspect ratio for voice feeds
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
6429b3c8bd
commit
72948b9167
1 changed files with 1 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue