mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-22 20:44:59 +00:00
update post form css
This commit is contained in:
parent
71229df9e3
commit
01516f4423
@ -59,9 +59,10 @@ header > div > pre
|
|||||||
|
|
||||||
main
|
main
|
||||||
{
|
{
|
||||||
max-width: var(--container-max-width);
|
|
||||||
margin: 16px auto;
|
|
||||||
display: block;
|
display: block;
|
||||||
|
margin: 16px auto 0 auto;
|
||||||
|
max-width: var(--container-max-width);
|
||||||
|
padding-bottom: 115px;
|
||||||
}
|
}
|
||||||
|
|
||||||
main > h2
|
main > h2
|
||||||
@ -110,17 +111,23 @@ main ul > li > p
|
|||||||
|
|
||||||
footer
|
footer
|
||||||
{
|
{
|
||||||
|
/*backdrop-filter: blur(100px);*/
|
||||||
|
background-color: Canvas;
|
||||||
|
bottom: 0;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 16px auto;
|
left: 0;
|
||||||
max-width: var(--container-max-width);
|
position: fixed;
|
||||||
|
right: 0;
|
||||||
|
z-index:2;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer > form
|
footer > form
|
||||||
{
|
{
|
||||||
bottom: 16px;
|
bottom: 16px;
|
||||||
display: block;
|
display: block;
|
||||||
|
margin: 16px auto;
|
||||||
max-width: var(--container-max-width);
|
max-width: var(--container-max-width);
|
||||||
position: fixed;
|
overflow: hidden;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -128,7 +135,7 @@ footer > form > textarea
|
|||||||
{
|
{
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 8px 0;
|
margin-bottom: 10px;
|
||||||
max-width: var(--container-max-width);
|
max-width: var(--container-max-width);
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user