Remove padding on lightboxes

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-02-24 12:52:08 +01:00
parent 13d766218a
commit 8454a2d440
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -315,6 +315,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
max-width: 100%;
max-height: 100%;
pointer-events: none;
padding: 0;
}
.mx_Dialog_header {