mirror of
https://github.com/kevachat/webapp.git
synced 2025-02-02 09:55:58 +00:00
make textarea height increased on focus, fix outlines
This commit is contained in:
parent
1436f7ecd1
commit
9e3819906c
2
.env
2
.env
@ -19,7 +19,7 @@ APP_ENV=dev
|
|||||||
APP_SECRET=EDIT_ME
|
APP_SECRET=EDIT_ME
|
||||||
###< symfony/framework-bundle ###
|
###< symfony/framework-bundle ###
|
||||||
|
|
||||||
APP_VERSION=1.1.1
|
APP_VERSION=1.2.0
|
||||||
|
|
||||||
APP_NAME=KevaChat
|
APP_NAME=KevaChat
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@ main
|
|||||||
display: block;
|
display: block;
|
||||||
margin: 16px auto 0 auto;
|
margin: 16px auto 0 auto;
|
||||||
max-width: var(--container-max-width);
|
max-width: var(--container-max-width);
|
||||||
padding-bottom: 115px;
|
padding-bottom: 136px;
|
||||||
}
|
}
|
||||||
|
|
||||||
main > h2
|
main > h2
|
||||||
@ -149,6 +149,7 @@ footer > form
|
|||||||
margin: 16px auto;
|
margin: 16px auto;
|
||||||
max-width: var(--container-max-width);
|
max-width: var(--container-max-width);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
padding: 0 4px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -162,6 +163,11 @@ footer > form > textarea
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer > form > textarea:focus
|
||||||
|
{
|
||||||
|
min-height: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
footer > form > button
|
footer > form > button
|
||||||
{
|
{
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user