Browse Source

add header separator

main 1.5.3
ghost 10 months ago
parent
commit
146bc4c6a7
  1. 2
      .env
  2. 8
      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.2 APP_VERSION=1.5.3
APP_NAME=KevaChat APP_NAME=KevaChat

8
public/css/default.css

@ -41,6 +41,7 @@ body
header header
{ {
background-color: Canvas; background-color: Canvas;
border-bottom: 1px var(--color-default) solid;
display: block; display: block;
left: 0; left: 0;
margin: 0 auto; margin: 0 auto;
@ -112,6 +113,11 @@ main ul li
word-wrap: break-word; word-wrap: break-word;
} }
main > ul > li:first-child
{
border-top: 1px transparent solid;
}
main ul li div main ul li div
{ {
padding: 16px 0; padding: 16px 0;
@ -121,7 +127,7 @@ main ul li div a[name]
{ {
display: block; display: block;
position: relative; position: relative;
top: -168px; top: -160px;
visibility: hidden; visibility: hidden;
} }

Loading…
Cancel
Save