diff --git a/.env b/.env index 39654f1..49c4f8d 100644 --- a/.env +++ b/.env @@ -19,7 +19,7 @@ APP_ENV=dev APP_SECRET=EDIT_ME ###< symfony/framework-bundle ### -APP_VERSION=1.1.1 +APP_VERSION=1.2.0 APP_NAME=KevaChat diff --git a/public/css/default.css b/public/css/default.css index 7c3c061..e17f66a 100644 --- a/public/css/default.css +++ b/public/css/default.css @@ -71,7 +71,7 @@ main display: block; margin: 16px auto 0 auto; max-width: var(--container-max-width); - padding-bottom: 115px; + padding-bottom: 136px; } main > h2 @@ -149,6 +149,7 @@ footer > form margin: 16px auto; max-width: var(--container-max-width); overflow: hidden; + padding: 0 4px; width: 100%; } @@ -162,6 +163,11 @@ footer > form > textarea width: 100%; } +footer > form > textarea:focus +{ + min-height: 100px; +} + footer > form > button { cursor: pointer;