1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Fix some sizing issues

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2020-12-20 20:15:25 +01:00
parent f0abd52130
commit cbfa6c5f94

View File

@@ -39,7 +39,7 @@ limitations under the License.
pointer-events: all; pointer-events: all;
max-width: 100vw; max-width: 100vw;
max-height: 90vh; max-height: 80vh;
min-width: 100px; min-width: 100px;
min-height: 100px; min-height: 100px;