From 205a28625f2b89d20ec05c7a6dbf86dfe87f9931 Mon Sep 17 00:00:00 2001 From: Eduard Kuzmenko Date: Wed, 20 Jul 2022 19:20:00 +0200 Subject: [PATCH] Some style fixes --- .env | 4 ++-- src/scss/partials/popups/_forward.scss | 1 + src/scss/style.scss | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 0d337306..b032ef97 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ API_ID=1025907 API_HASH=452b0359b988148995f22ff0f4229750 VERSION=1.5.0 -VERSION_FULL=1.5.0 (201) -BUILD=201 +VERSION_FULL=1.5.0 (202) +BUILD=202 diff --git a/src/scss/partials/popups/_forward.scss b/src/scss/partials/popups/_forward.scss index 616fe769..1d21f26d 100644 --- a/src/scss/partials/popups/_forward.scss +++ b/src/scss/partials/popups/_forward.scss @@ -29,6 +29,7 @@ &-title { flex-grow: 1; + padding: 0; } } diff --git a/src/scss/style.scss b/src/scss/style.scss index 75f0e0b5..e4d2545d 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -1273,8 +1273,8 @@ middle-ellipsis-element { .media-photo { object-fit: contain; - width: 100%; - height: 100%; + max-width: 100%; + max-height: 100%; } }