From a2a815b2545096113b9ea97eecdd7478803c46eb Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 11 Dec 2023 20:11:59 +0200 Subject: [PATCH] fix paddings --- .env | 2 +- public/css/default.css | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 0a2f45a..6545f5a 100644 --- a/.env +++ b/.env @@ -19,7 +19,7 @@ APP_ENV=dev APP_SECRET=EDIT_ME ###< symfony/framework-bundle ### -APP_VERSION=1.5.6 +APP_VERSION=1.5.7 APP_NAME=KevaChat diff --git a/public/css/default.css b/public/css/default.css index c43fbb6..5538255 100644 --- a/public/css/default.css +++ b/public/css/default.css @@ -160,7 +160,6 @@ main ul li span > svg footer { - /*backdrop-filter: blur(100px);*/ background-color: Canvas; bottom: 0; display: block; @@ -176,7 +175,7 @@ footer > form box-sizing: border-box; display: block; margin: 16px auto; - max-width: var(--container-max-width); + max-width: calc(var(--container-max-width) + 12px); overflow: hidden; padding: 4px; width: 100%; @@ -188,7 +187,6 @@ footer > form > textarea box-sizing: border-box; display: block; margin-bottom: 10px; - max-width: var(--container-max-width); padding: 4px; width: 100%; }