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;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
min-width: 160px;
|
aspect-ratio: 16 / 9;
|
||||||
min-height: 90px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -47,10 +46,5 @@ limitations under the License.
|
||||||
bottom: unset;
|
bottom: unset;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
|
|
||||||
.mx_VideoFeed_voice {
|
|
||||||
min-width: 64px;
|
|
||||||
min-height: 36px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue