Browse Source

add header separator

main 1.5.3
ghost 7 months ago
parent
commit
146bc4c6a7
  1. 2
      .env
  2. 8
      public/css/default.css

2
.env

@ -19,7 +19,7 @@ APP_ENV=dev @@ -19,7 +19,7 @@ APP_ENV=dev
APP_SECRET=EDIT_ME
###< symfony/framework-bundle ###
APP_VERSION=1.5.2
APP_VERSION=1.5.3
APP_NAME=KevaChat

8
public/css/default.css

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

Loading…
Cancel
Save