mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Increase defautl size
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
b27a8e3c3a
commit
9c313854d0
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ limitations under the License.
|
|||
.mx_ImageView_image {
|
||||
pointer-events: all;
|
||||
|
||||
max-width: 70vw;
|
||||
max-height: 70vh;
|
||||
max-width: 95vw;
|
||||
max-height: 95vh;
|
||||
min-width: 100px;
|
||||
min-height: 100px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue