From 6b6ad163067276898396a522626df6de1f54f131 Mon Sep 17 00:00:00 2001 From: Marcel Ackermann <31695+dreamflasher@users.noreply.github.com> Date: Sat, 1 Jun 2024 13:10:15 +0200 Subject: [PATCH] remove excessive footer space --- src/room/InCallView.module.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/room/InCallView.module.css b/src/room/InCallView.module.css index f413bfc9..b73da42e 100644 --- a/src/room/InCallView.module.css +++ b/src/room/InCallView.module.css @@ -54,7 +54,7 @@ limitations under the License. grid-template-areas: "logo buttons layout"; align-items: center; gap: var(--cpd-space-3x); - padding-block: var(--cpd-space-4x); + padding-block: var(--cpd-space-2x); padding-inline: var(--inline-content-inset); background: linear-gradient( 180deg, @@ -85,13 +85,13 @@ limitations under the License. @media (min-height: 400px) { .footer { - padding-block: var(--cpd-space-10x); + padding-block: var(--cpd-space-1x); } } @media (min-height: 800px) { .footer { - padding-block: var(--cpd-space-15x); + padding-block: var(--cpd-space-1x); } } @@ -102,8 +102,8 @@ limitations under the License. } .footerThin { - padding-top: var(--cpd-space-3x); - padding-bottom: var(--cpd-space-5x); + padding-top: var(--cpd-space-1x); + padding-bottom: var(--cpd-space-1x); } .footerHidden {