mirror of https://github.com/vector-im/riot-web
Keep aspect ratio for voice feeds
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
6429b3c8bd
commit
72948b9167
|
@ -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 New Issue