Browse Source

fix paddings

main
ghost 7 months ago
parent
commit
a2a815b254
  1. 2
      .env
  2. 4
      public/css/default.css

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.5.6 APP_VERSION=1.5.7
APP_NAME=KevaChat APP_NAME=KevaChat

4
public/css/default.css

@ -160,7 +160,6 @@ main ul li span > svg
footer footer
{ {
/*backdrop-filter: blur(100px);*/
background-color: Canvas; background-color: Canvas;
bottom: 0; bottom: 0;
display: block; display: block;
@ -176,7 +175,7 @@ footer > form
box-sizing: border-box; box-sizing: border-box;
display: block; display: block;
margin: 16px auto; margin: 16px auto;
max-width: var(--container-max-width); max-width: calc(var(--container-max-width) + 12px);
overflow: hidden; overflow: hidden;
padding: 4px; padding: 4px;
width: 100%; width: 100%;
@ -188,7 +187,6 @@ footer > form > textarea
box-sizing: border-box; box-sizing: border-box;
display: block; display: block;
margin-bottom: 10px; margin-bottom: 10px;
max-width: var(--container-max-width);
padding: 4px; padding: 4px;
width: 100%; width: 100%;
} }

Loading…
Cancel
Save